#[repr(C)]pub enum GKeyFileError {
UnknownEncoding = 0,
Parse = 1,
NotFound = 2,
KeyNotFound = 3,
GroupNotFound = 4,
InvalidValue = 5,
}Variants§
Auto Trait Implementations§
impl Freeze for GKeyFileError
impl RefUnwindSafe for GKeyFileError
impl Send for GKeyFileError
impl Sync for GKeyFileError
impl Unpin for GKeyFileError
impl UnsafeUnpin for GKeyFileError
impl UnwindSafe for GKeyFileError
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