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