pub struct BlobStoreOptions {
pub writable: bool,
}
Fields§
§writable: bool
Trait Implementations§
Source§impl Clone for BlobStoreOptions
impl Clone for BlobStoreOptions
Source§fn clone(&self) -> BlobStoreOptions
fn clone(&self) -> BlobStoreOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BlobStoreOptions
impl Debug for BlobStoreOptions
Source§impl Default for BlobStoreOptions
impl Default for BlobStoreOptions
impl Copy for BlobStoreOptions
Auto Trait Implementations§
impl Freeze for BlobStoreOptions
impl RefUnwindSafe for BlobStoreOptions
impl Send for BlobStoreOptions
impl Sync for BlobStoreOptions
impl Unpin for BlobStoreOptions
impl UnwindSafe for BlobStoreOptions
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