Enum google_cloud_rust_raw::cloud::osconfig::v1::patch_jobs::ExecStepConfig_oneof_executable
source · pub enum ExecStepConfig_oneof_executable {
local_path(String),
gcs_object(GcsObject),
}Variants§
Trait Implementations§
source§impl Clone for ExecStepConfig_oneof_executable
impl Clone for ExecStepConfig_oneof_executable
source§fn clone(&self) -> ExecStepConfig_oneof_executable
fn clone(&self) -> ExecStepConfig_oneof_executable
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 PartialEq for ExecStepConfig_oneof_executable
impl PartialEq for ExecStepConfig_oneof_executable
source§fn eq(&self, other: &ExecStepConfig_oneof_executable) -> bool
fn eq(&self, other: &ExecStepConfig_oneof_executable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ExecStepConfig_oneof_executable
Auto Trait Implementations§
impl RefUnwindSafe for ExecStepConfig_oneof_executable
impl Send for ExecStepConfig_oneof_executable
impl Sync for ExecStepConfig_oneof_executable
impl Unpin for ExecStepConfig_oneof_executable
impl UnwindSafe for ExecStepConfig_oneof_executable
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