pub struct IdNone;Auto Trait Implementations§
impl Freeze for IdNone
impl RefUnwindSafe for IdNone
impl Send for IdNone
impl Sync for IdNone
impl Unpin for IdNone
impl UnsafeUnpin for IdNone
impl UnwindSafe for IdNone
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