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