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