pub struct GoogleUserProject(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoogleUserProject
impl RefUnwindSafe for GoogleUserProject
impl Send for GoogleUserProject
impl Sync for GoogleUserProject
impl Unpin for GoogleUserProject
impl UnwindSafe for GoogleUserProject
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