pub struct ServiceAccountClient { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for ServiceAccountClient
impl Clone for ServiceAccountClient
source§fn clone(&self) -> ServiceAccountClient
fn clone(&self) -> ServiceAccountClient
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ServiceAccountClient
impl !RefUnwindSafe for ServiceAccountClient
impl Send for ServiceAccountClient
impl Sync for ServiceAccountClient
impl Unpin for ServiceAccountClient
impl !UnwindSafe for ServiceAccountClient
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