pub struct SettingsSchemaKey(/* private fields */);
Implementations§
Source§impl SettingsSchemaKey
impl SettingsSchemaKey
pub fn get_default_value(&self) -> Option<Variant>
pub fn get_description(&self) -> Option<GString>
pub fn get_name(&self) -> Option<GString>
pub fn get_range(&self) -> Option<Variant>
pub fn get_summary(&self) -> Option<GString>
pub fn get_value_type(&self) -> Option<VariantType>
pub fn range_check(&self, value: &Variant) -> bool
Trait Implementations§
Source§impl Clone for SettingsSchemaKey
impl Clone for SettingsSchemaKey
Source§fn clone(&self) -> SettingsSchemaKey
fn clone(&self) -> SettingsSchemaKey
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 SettingsSchemaKey
impl Debug for SettingsSchemaKey
Source§impl Hash for SettingsSchemaKey
impl Hash for SettingsSchemaKey
Source§impl Ord for SettingsSchemaKey
impl Ord for SettingsSchemaKey
Source§fn cmp(&self, other: &SettingsSchemaKey) -> Ordering
fn cmp(&self, other: &SettingsSchemaKey) -> 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 SettingsSchemaKey
impl PartialEq for SettingsSchemaKey
Source§impl PartialOrd for SettingsSchemaKey
impl PartialOrd for SettingsSchemaKey
Source§impl StaticType for SettingsSchemaKey
impl StaticType for SettingsSchemaKey
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for SettingsSchemaKey
impl StructuralPartialEq for SettingsSchemaKey
Auto Trait Implementations§
impl Freeze for SettingsSchemaKey
impl RefUnwindSafe for SettingsSchemaKey
impl !Send for SettingsSchemaKey
impl !Sync for SettingsSchemaKey
impl Unpin for SettingsSchemaKey
impl UnwindSafe for SettingsSchemaKey
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