pub struct NewStack { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewStack
impl RefUnwindSafe for NewStack
impl Send for NewStack
impl Sync for NewStack
impl Unpin for NewStack
impl UnsafeUnpin for NewStack
impl UnwindSafe for NewStack
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