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