pub struct CloudSdkArgs {
pub host: String,
pub port: u16,
pub emulator: Emulator,
}Available on crate feature
google_cloud_sdk_emulators only.Fields§
§host: String§port: u16§emulator: EmulatorTrait Implementations§
source§impl Clone for CloudSdkArgs
impl Clone for CloudSdkArgs
source§fn clone(&self) -> CloudSdkArgs
fn clone(&self) -> CloudSdkArgs
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 moresource§impl Debug for CloudSdkArgs
impl Debug for CloudSdkArgs
source§impl ImageArgs for CloudSdkArgs
impl ImageArgs for CloudSdkArgs
Auto Trait Implementations§
impl Freeze for CloudSdkArgs
impl RefUnwindSafe for CloudSdkArgs
impl Send for CloudSdkArgs
impl Sync for CloudSdkArgs
impl Unpin for CloudSdkArgs
impl UnwindSafe for CloudSdkArgs
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