pub struct BodyLimitedSize(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for BodyLimitedSize
impl Clone for BodyLimitedSize
Source§fn clone(&self) -> BodyLimitedSize
fn clone(&self) -> BodyLimitedSize
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 moreSource§impl Debug for BodyLimitedSize
impl Debug for BodyLimitedSize
Source§impl Default for BodyLimitedSize
impl Default for BodyLimitedSize
Source§fn default() -> BodyLimitedSize
fn default() -> BodyLimitedSize
Returns the “default value” for a type. Read more
impl Copy for BodyLimitedSize
Auto Trait Implementations§
impl Freeze for BodyLimitedSize
impl RefUnwindSafe for BodyLimitedSize
impl Send for BodyLimitedSize
impl Sync for BodyLimitedSize
impl Unpin for BodyLimitedSize
impl UnwindSafe for BodyLimitedSize
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