pub struct Busy6333(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Busy6333
impl Ord for Busy6333
Source§impl PartialOrd for Busy6333
impl PartialOrd for Busy6333
impl Copy for Busy6333
impl Eq for Busy6333
impl StructuralPartialEq for Busy6333
Auto Trait Implementations§
impl Freeze for Busy6333
impl RefUnwindSafe for Busy6333
impl Send for Busy6333
impl Sync for Busy6333
impl Unpin for Busy6333
impl UnwindSafe for Busy6333
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