pub struct BoundedFileOption {
pub max_len: Option<u64>,
}Fields§
§max_len: Option<u64>Trait Implementations§
Source§impl Default for BoundedFileOption
impl Default for BoundedFileOption
Source§fn default() -> BoundedFileOption
fn default() -> BoundedFileOption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BoundedFileOption
impl RefUnwindSafe for BoundedFileOption
impl Send for BoundedFileOption
impl Sync for BoundedFileOption
impl Unpin for BoundedFileOption
impl UnwindSafe for BoundedFileOption
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