Struct cloud_storage::SERVICE_ACCOUNT [−][src]
pub struct SERVICE_ACCOUNT { /* fields omitted */ }Expand description
The struct is the parsed service account json file. It is publicly exported to enable easier debugging of which service account is currently used. It is of the type ServiceAccount.
Trait Implementations
impl Deref for SERVICE_ACCOUNT[src]
impl Deref for SERVICE_ACCOUNT[src]type Target = ServiceAccount
type Target = ServiceAccountThe resulting type after dereferencing.
fn deref(&self) -> &ServiceAccount[src]
fn deref(&self) -> &ServiceAccount[src]Dereferences the value.
impl LazyStatic for SERVICE_ACCOUNT[src]
impl LazyStatic for SERVICE_ACCOUNT[src]fn initialize(lazy: &Self)[src]
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_ACCOUNT
impl Send for SERVICE_ACCOUNT
impl Sync for SERVICE_ACCOUNT
impl Unpin for SERVICE_ACCOUNT
impl UnwindSafe for SERVICE_ACCOUNT
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]