Searched defs:ListLinks (Results 1 – 1 of 1) sorted by relevance
387 pub struct ListLinks<const ID: u64 = 0> { struct390 inner: Opaque<ListLinksFields>, argument396 unsafe impl<const ID: u64> Send for ListLinks<ID> {} implementation399 unsafe impl<const ID: u64> Sync for ListLinks<ID> {} implementation401 impl<const ID: u64> ListLinks<ID> { implementation