pub struct StackDepth { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for StackDepth
impl Debug for StackDepth
Source§impl Default for StackDepth
impl Default for StackDepth
Source§fn default() -> StackDepth
fn default() -> StackDepth
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StackDepth
impl RefUnwindSafe for StackDepth
impl Send for StackDepth
impl Sync for StackDepth
impl Unpin for StackDepth
impl UnsafeUnpin for StackDepth
impl UnwindSafe for StackDepth
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