pub struct GoogleServiceAccountSession;
Trait Implementations§
Source§impl HasField<_id> for GoogleServiceAccountSession
impl HasField<_id> for GoogleServiceAccountSession
Source§impl HasField<active> for GoogleServiceAccountSession
impl HasField<active> for GoogleServiceAccountSession
Source§impl HasField<email> for GoogleServiceAccountSession
impl HasField<email> for GoogleServiceAccountSession
Auto Trait Implementations§
impl Freeze for GoogleServiceAccountSession
impl RefUnwindSafe for GoogleServiceAccountSession
impl Send for GoogleServiceAccountSession
impl Sync for GoogleServiceAccountSession
impl Unpin for GoogleServiceAccountSession
impl UnwindSafe for GoogleServiceAccountSession
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