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