pub struct ListNode<T: Invariant, A: Allocator> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T: Invariant, A: Allocator> BaseType for ListNode<T, A>
impl<T: Invariant, A: Allocator> BaseType for ListNode<T, A>
Source§fn fingerprint() -> u64
fn fingerprint() -> u64
The fingerprint of this type.
impl<T: Invariant, A: Allocator> Invariant for ListNode<T, A>
Auto Trait Implementations§
impl<T, A> Freeze for ListNode<T, A>
impl<T, A> !ObjSafe for ListNode<T, A>
impl<T, A> RefUnwindSafe for ListNode<T, A>where
T: RefUnwindSafe,
A: RefUnwindSafe,
impl<T, A> !Send for ListNode<T, A>
impl<T, A> !StoreCopy for ListNode<T, A>
impl<T, A> !Sync for ListNode<T, A>
impl<T, A> !Unpin for ListNode<T, A>
impl<T, A> UnwindSafe for ListNode<T, A>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more