pub enum MaxRunGate {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxRunGate
impl RefUnwindSafe for MaxRunGate
impl Send for MaxRunGate
impl Sync for MaxRunGate
impl Unpin for MaxRunGate
impl UnsafeUnpin for MaxRunGate
impl UnwindSafe for MaxRunGate
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