pub struct SingleGoogleServiceAccountSessionOutput;
Trait Implementations§
Source§impl HasField<result> for SingleGoogleServiceAccountSessionOutput
impl HasField<result> for SingleGoogleServiceAccountSessionOutput
Source§type Type = Option<GoogleServiceAccountSession>
type Type = Option<GoogleServiceAccountSession>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleGoogleServiceAccountSessionOutput
impl RefUnwindSafe for SingleGoogleServiceAccountSessionOutput
impl Send for SingleGoogleServiceAccountSessionOutput
impl Sync for SingleGoogleServiceAccountSessionOutput
impl Unpin for SingleGoogleServiceAccountSessionOutput
impl UnwindSafe for SingleGoogleServiceAccountSessionOutput
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