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