pub struct GcpImpersonationConfig { /* private fields */ }Implementations§
Source§impl GcpImpersonationConfig
impl GcpImpersonationConfig
pub fn delegates<T>(self, value: T) -> Self
pub fn lifetime<T>(self, value: T) -> Self
pub fn scopes<T>(self, value: T) -> Self
pub fn service_account_email<T>(self, value: T) -> Self
pub fn target_project_id<T>(self, value: T) -> Self
pub fn target_region<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GcpImpersonationConfig
impl Clone for GcpImpersonationConfig
Source§fn clone(&self) -> GcpImpersonationConfig
fn clone(&self) -> GcpImpersonationConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GcpImpersonationConfig
impl Debug for GcpImpersonationConfig
Source§impl Default for GcpImpersonationConfig
impl Default for GcpImpersonationConfig
Source§impl From<GcpImpersonationConfig> for GcpImpersonationConfig
impl From<GcpImpersonationConfig> for GcpImpersonationConfig
Source§fn from(value: GcpImpersonationConfig) -> Self
fn from(value: GcpImpersonationConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GcpImpersonationConfig> for GcpImpersonationConfig
impl TryFrom<GcpImpersonationConfig> for GcpImpersonationConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GcpImpersonationConfig) -> Result<Self, ConversionError>
fn try_from(value: GcpImpersonationConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GcpImpersonationConfig
impl RefUnwindSafe for GcpImpersonationConfig
impl Send for GcpImpersonationConfig
impl Sync for GcpImpersonationConfig
impl Unpin for GcpImpersonationConfig
impl UnsafeUnpin for GcpImpersonationConfig
impl UnwindSafe for GcpImpersonationConfig
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