pub struct LimitParam(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for LimitParam
impl Clone for LimitParam
Source§fn clone(&self) -> LimitParam
fn clone(&self) -> LimitParam
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LimitParam
impl RefUnwindSafe for LimitParam
impl Send for LimitParam
impl Sync for LimitParam
impl Unpin for LimitParam
impl UnwindSafe for LimitParam
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