pub enum FileSizeOption {
NeverLargerThan4GB,
AllowLargerThan4GB,
ForceUse4GBFormat,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileSizeOption
impl RefUnwindSafe for FileSizeOption
impl Send for FileSizeOption
impl Sync for FileSizeOption
impl Unpin for FileSizeOption
impl UnwindSafe for FileSizeOption
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