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