pub struct GKeyFile { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GKeyFile
impl !Sync for GKeyFile
impl !Unpin for GKeyFile
impl Freeze for GKeyFile
impl RefUnwindSafe for GKeyFile
impl UnsafeUnpin for GKeyFile
impl UnwindSafe for GKeyFile
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