pub struct StoreDefaults {
pub max_byte_size: Option<u64>,
}
Fields§
§max_byte_size: Option<u64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StoreDefaults
impl RefUnwindSafe for StoreDefaults
impl Send for StoreDefaults
impl Sync for StoreDefaults
impl Unpin for StoreDefaults
impl UnwindSafe for StoreDefaults
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