Struct BackingStore
pub struct BackingStore(/* private fields */);
Implementations§
§impl BackingStore
impl BackingStore
pub const NOT_USEFUL: BackingStore = _
pub const WHEN_MAPPED: BackingStore = _
pub const ALWAYS: BackingStore = _
Trait Implementations§
§impl Clone for BackingStore
impl Clone for BackingStore
§fn clone(&self) -> BackingStore
fn clone(&self) -> BackingStore
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 BackingStore
impl Debug for BackingStore
§impl Default for BackingStore
impl Default for BackingStore
§fn default() -> BackingStore
fn default() -> BackingStore
Returns the “default value” for a type. Read more
§impl From<u16> for BackingStore
impl From<u16> for BackingStore
§fn from(value: u16) -> BackingStore
fn from(value: u16) -> BackingStore
Converts to this type from the input type.
§impl From<u32> for BackingStore
impl From<u32> for BackingStore
§fn from(value: u32) -> BackingStore
fn from(value: u32) -> BackingStore
Converts to this type from the input type.
§impl From<u8> for BackingStore
impl From<u8> for BackingStore
§fn from(value: u8) -> BackingStore
fn from(value: u8) -> BackingStore
Converts to this type from the input type.
§impl Hash for BackingStore
impl Hash for BackingStore
§impl Ord for BackingStore
impl Ord for BackingStore
§impl PartialEq for BackingStore
impl PartialEq for BackingStore
§impl PartialOrd for BackingStore
impl PartialOrd for BackingStore
impl Copy for BackingStore
impl Eq for BackingStore
impl StructuralPartialEq for BackingStore
Auto Trait Implementations§
impl Freeze for BackingStore
impl RefUnwindSafe for BackingStore
impl Send for BackingStore
impl Sync for BackingStore
impl Unpin for BackingStore
impl UnwindSafe for BackingStore
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)