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