pub struct NoneAsNullId;Expand description
Use this as the NullId type parameter of the freelist if the id type is an option,
to use Option::None as the null id value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoneAsNullId
impl RefUnwindSafe for NoneAsNullId
impl Send for NoneAsNullId
impl Sync for NoneAsNullId
impl Unpin for NoneAsNullId
impl UnwindSafe for NoneAsNullId
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