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