pub struct SettingsSchema(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for SettingsSchema
impl Clone for SettingsSchema
Source§fn clone(&self) -> SettingsSchema
fn clone(&self) -> SettingsSchema
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 moreSource§impl Debug for SettingsSchema
impl Debug for SettingsSchema
Source§impl Hash for SettingsSchema
impl Hash for SettingsSchema
Source§impl Ord for SettingsSchema
impl Ord for SettingsSchema
Source§fn cmp(&self, other: &SettingsSchema) -> Ordering
fn cmp(&self, other: &SettingsSchema) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SettingsSchema
impl PartialEq for SettingsSchema
Source§impl PartialOrd for SettingsSchema
impl PartialOrd for SettingsSchema
Source§impl StaticType for SettingsSchema
impl StaticType for SettingsSchema
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for SettingsSchema
impl StructuralPartialEq for SettingsSchema
Auto Trait Implementations§
impl Freeze for SettingsSchema
impl RefUnwindSafe for SettingsSchema
impl !Send for SettingsSchema
impl !Sync for SettingsSchema
impl Unpin for SettingsSchema
impl UnwindSafe for SettingsSchema
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