Searched defs:ListLinks (Results 1 – 1 of 1) sorted by relevance
146 pub struct ListLinks<const ID: u64 = 0> { struct149 inner: Opaque<ListLinksFields>, argument155 unsafe impl<const ID: u64> Send for ListLinks<ID> {} implementation158 unsafe impl<const ID: u64> Sync for ListLinks<ID> {} implementation160 impl<const ID: u64> ListLinks<ID> { impl