Searched defs:ListLinks (Results 1 – 1 of 1) sorted by relevance
149 pub struct ListLinks<const ID: u64 = 0> { struct152 inner: Opaque<ListLinksFields>, argument158 unsafe impl<const ID: u64> Send for ListLinks<ID> {} implementation161 unsafe impl<const ID: u64> Sync for ListLinks<ID> {} implementation163 impl<const ID: u64> ListLinks<ID> { impl