Struct StorageOpenOptions
#[repr(transparent)]pub struct StorageOpenOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl StorageOpenOptions
impl StorageOpenOptions
pub const None: Self = _
pub const AllowOnlyReaders: Self = _
pub const AllowReadersAndWriters: Self = _
§impl StorageOpenOptions
impl StorageOpenOptions
Trait Implementations§
§impl BitAnd for StorageOpenOptions
impl BitAnd for StorageOpenOptions
§impl BitAndAssign for StorageOpenOptions
impl BitAndAssign for StorageOpenOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for StorageOpenOptions
impl BitOr for StorageOpenOptions
§impl BitOrAssign for StorageOpenOptions
impl BitOrAssign for StorageOpenOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for StorageOpenOptions
impl Clone for StorageOpenOptions
§fn clone(&self) -> StorageOpenOptions
fn clone(&self) -> StorageOpenOptions
Returns a copy 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 more§impl Debug for StorageOpenOptions
impl Debug for StorageOpenOptions
§impl Default for StorageOpenOptions
impl Default for StorageOpenOptions
§fn default() -> StorageOpenOptions
fn default() -> StorageOpenOptions
Returns the “default value” for a type. Read more
§impl Not for StorageOpenOptions
impl Not for StorageOpenOptions
§impl PartialEq for StorageOpenOptions
impl PartialEq for StorageOpenOptions
impl Copy for StorageOpenOptions
impl Eq for StorageOpenOptions
impl StructuralPartialEq for StorageOpenOptions
Auto Trait Implementations§
impl Freeze for StorageOpenOptions
impl RefUnwindSafe for StorageOpenOptions
impl Send for StorageOpenOptions
impl Sync for StorageOpenOptions
impl Unpin for StorageOpenOptions
impl UnwindSafe for StorageOpenOptions
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