pub struct ServiceAccountImpersonationFlow { /* private fields */ }
Expand description
ServiceAccountImpersonationFlow uses user credentials to impersonate a service account.
Auto Trait Implementations§
impl Freeze for ServiceAccountImpersonationFlow
impl RefUnwindSafe for ServiceAccountImpersonationFlow
impl Send for ServiceAccountImpersonationFlow
impl Sync for ServiceAccountImpersonationFlow
impl Unpin for ServiceAccountImpersonationFlow
impl UnwindSafe for ServiceAccountImpersonationFlow
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