Struct fluvio_future::fs::BoundedFileOption
source · 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 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