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