Struct sid::NoneAsNullId
source · 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 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