pub struct LimitStep { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LimitStep
impl RefUnwindSafe for LimitStep
impl Send for LimitStep
impl Sync for LimitStep
impl Unpin for LimitStep
impl UnwindSafe for LimitStep
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