#[non_exhaustive]pub struct NoSettings {}
Expand description
Marker type representing no defined application-specific settings.
Trait Implementations§
Source§impl Clone for NoSettings
impl Clone for NoSettings
Source§fn clone(&self) -> NoSettings
fn clone(&self) -> NoSettings
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 NoSettings
impl Debug for NoSettings
Source§impl<'de> Deserialize<'de> for NoSettings
impl<'de> Deserialize<'de> for NoSettings
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 Hash for NoSettings
impl Hash for NoSettings
Source§impl PartialEq for NoSettings
impl PartialEq for NoSettings
impl Eq for NoSettings
impl StructuralPartialEq for NoSettings
Auto Trait Implementations§
impl Freeze for NoSettings
impl RefUnwindSafe for NoSettings
impl Send for NoSettings
impl Sync for NoSettings
impl Unpin for NoSettings
impl UnwindSafe for NoSettings
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