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