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