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