pub struct PushDummy<Prev: Rec> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Prev> Freeze for PushDummy<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushDummy<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushDummy<Prev>where
Prev: Send,
impl<Prev> Sync for PushDummy<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushDummy<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushDummy<Prev>where
Prev: UnwindSafe,
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