Struct gio::SettingsSchemaSource [−]
pub struct SettingsSchemaSource(_);
Methods
impl SettingsSchemaSource[src]
impl SettingsSchemaSourcepub fn new_from_directory<'a, P: AsRef<Path>, Q: Into<Option<&'a SettingsSchemaSource>>>(
directory: P,
parent: Q,
trusted: bool
) -> Result<SettingsSchemaSource, Error>[src]
pub fn new_from_directory<'a, P: AsRef<Path>, Q: Into<Option<&'a SettingsSchemaSource>>>(
directory: P,
parent: Q,
trusted: bool
) -> Result<SettingsSchemaSource, Error>pub fn lookup(&self, schema_id: &str, recursive: bool) -> Option<SettingsSchema>[src]
pub fn lookup(&self, schema_id: &str, recursive: bool) -> Option<SettingsSchema>pub fn get_default() -> Option<SettingsSchemaSource>[src]
pub fn get_default() -> Option<SettingsSchemaSource>Trait Implementations
impl Clone for SettingsSchemaSource
impl Clone for SettingsSchemaSourcefn clone(&self) -> SettingsSchemaSource
fn clone(&self) -> SettingsSchemaSourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl StaticType for SettingsSchemaSource
impl StaticType for SettingsSchemaSourcefn static_type() -> Type
fn static_type() -> TypeReturns the type identifier of Self.
Auto Trait Implementations
impl !Send for SettingsSchemaSource
impl !Send for SettingsSchemaSourceimpl !Sync for SettingsSchemaSource
impl !Sync for SettingsSchemaSource