pub struct BreakStat {}
Trait Implementations§
impl StructuralPartialEq for BreakStat
Auto Trait Implementations§
impl Freeze for BreakStat
impl RefUnwindSafe for BreakStat
impl Send for BreakStat
impl Sync for BreakStat
impl Unpin for BreakStat
impl UnwindSafe for BreakStat
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