[][src]Struct gio::SettingsSchemaSource

pub struct SettingsSchemaSource(_);

Implementations

impl SettingsSchemaSource[src]

pub fn from_directory<P: AsRef<Path>>(
    directory: P,
    parent: Option<&SettingsSchemaSource>,
    trusted: bool
) -> Result<SettingsSchemaSource, Error>
[src]

pub fn list_schemas(&self, recursive: bool) -> (Vec<GString>, Vec<GString>)[src]

pub fn lookup(&self, schema_id: &str, recursive: bool) -> Option<SettingsSchema>[src]

pub fn get_default() -> Option<SettingsSchemaSource>[src]

Trait Implementations

impl Clone for SettingsSchemaSource[src]

impl Debug for SettingsSchemaSource[src]

impl Eq for SettingsSchemaSource[src]

impl Hash for SettingsSchemaSource[src]

impl Ord for SettingsSchemaSource[src]

impl PartialEq<SettingsSchemaSource> for SettingsSchemaSource[src]

impl PartialOrd<SettingsSchemaSource> for SettingsSchemaSource[src]

impl StaticType for SettingsSchemaSource[src]

impl StructuralEq for SettingsSchemaSource[src]

impl StructuralPartialEq for SettingsSchemaSource[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.