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