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 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 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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecStepConfig_oneof_executable
Auto Trait Implementations§
impl !Freeze for ExecStepConfig_oneof_executable
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 UnsafeUnpin 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