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