pub struct UPPER_CLI_SIZE_LIMIT { /* private fields */ }Expand description
Upper limit for the CLI arg --size.
Trait Implementations§
Source§impl Deref for UPPER_CLI_SIZE_LIMIT
impl Deref for UPPER_CLI_SIZE_LIMIT
impl LazyStatic for UPPER_CLI_SIZE_LIMIT
Auto Trait Implementations§
impl Freeze for UPPER_CLI_SIZE_LIMIT
impl RefUnwindSafe for UPPER_CLI_SIZE_LIMIT
impl Send for UPPER_CLI_SIZE_LIMIT
impl Sync for UPPER_CLI_SIZE_LIMIT
impl Unpin for UPPER_CLI_SIZE_LIMIT
impl UnwindSafe for UPPER_CLI_SIZE_LIMIT
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