pub struct GcpClientConfig { /* private fields */ }Implementations§
Source§impl GcpClientConfig
impl GcpClientConfig
pub fn credentials<T>(self, value: T) -> Self
pub fn project_id<T>(self, value: T) -> Self
pub fn project_number<T>(self, value: T) -> Self
pub fn region<T>(self, value: T) -> Self
pub fn service_overrides<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GcpClientConfig
impl Clone for GcpClientConfig
Source§fn clone(&self) -> GcpClientConfig
fn clone(&self) -> GcpClientConfig
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 GcpClientConfig
impl Debug for GcpClientConfig
Source§impl Default for GcpClientConfig
impl Default for GcpClientConfig
Source§impl From<GcpClientConfig> for GcpClientConfig
impl From<GcpClientConfig> for GcpClientConfig
Source§fn from(value: GcpClientConfig) -> Self
fn from(value: GcpClientConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GcpClientConfig> for GcpClientConfig
impl TryFrom<GcpClientConfig> for GcpClientConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GcpClientConfig) -> Result<Self, ConversionError>
fn try_from(value: GcpClientConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GcpClientConfig
impl RefUnwindSafe for GcpClientConfig
impl Send for GcpClientConfig
impl Sync for GcpClientConfig
impl Unpin for GcpClientConfig
impl UnsafeUnpin for GcpClientConfig
impl UnwindSafe for GcpClientConfig
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