pub enum GSettingsSchemaSource {}Auto Trait Implementations§
impl Freeze for GSettingsSchemaSource
impl RefUnwindSafe for GSettingsSchemaSource
impl Send for GSettingsSchemaSource
impl Sync for GSettingsSchemaSource
impl Unpin for GSettingsSchemaSource
impl UnwindSafe for GSettingsSchemaSource
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