pub struct SettingsKey(/* private fields */);
Trait Implementations§
Source§impl Clone for SettingsKey
impl Clone for SettingsKey
Source§fn clone(&self) -> SettingsKey
fn clone(&self) -> SettingsKey
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 Default for SettingsKey
impl Default for SettingsKey
Source§fn default() -> SettingsKey
fn default() -> SettingsKey
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettingsKey
impl<'de> Deserialize<'de> for SettingsKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Key for SettingsKey
impl Key for SettingsKey
Source§fn serialize_into(&self, buffer: &mut [u8]) -> Result<usize, SerializationError>
fn serialize_into(&self, buffer: &mut [u8]) -> Result<usize, SerializationError>
Serialize the key into the given buffer.
The serialized size is returned.
Source§impl PartialEq for SettingsKey
impl PartialEq for SettingsKey
Source§impl Serialize for SettingsKey
impl Serialize for SettingsKey
impl Eq for SettingsKey
impl StructuralPartialEq for SettingsKey
Auto Trait Implementations§
impl Freeze for SettingsKey
impl RefUnwindSafe for SettingsKey
impl Send for SettingsKey
impl Sync for SettingsKey
impl Unpin for SettingsKey
impl UnwindSafe for SettingsKey
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