pub(crate) enum Impossible {}Auto Trait Implementations§
impl Freeze for Impossible
impl RefUnwindSafe for Impossible
impl Send for Impossible
impl Sync for Impossible
impl Unpin for Impossible
impl UnwindSafe for Impossible
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