pub enum PatchDeployment_oneof_schedule {
one_time_schedule(OneTimeSchedule),
recurring_schedule(RecurringSchedule),
}Variants§
one_time_schedule(OneTimeSchedule)
recurring_schedule(RecurringSchedule)
Trait Implementations§
Source§impl Clone for PatchDeployment_oneof_schedule
impl Clone for PatchDeployment_oneof_schedule
Source§fn clone(&self) -> PatchDeployment_oneof_schedule
fn clone(&self) -> PatchDeployment_oneof_schedule
Returns a duplicate 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 PatchDeployment_oneof_schedule
impl PartialEq for PatchDeployment_oneof_schedule
Source§fn eq(&self, other: &PatchDeployment_oneof_schedule) -> bool
fn eq(&self, other: &PatchDeployment_oneof_schedule) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchDeployment_oneof_schedule
Auto Trait Implementations§
impl !Freeze for PatchDeployment_oneof_schedule
impl RefUnwindSafe for PatchDeployment_oneof_schedule
impl Send for PatchDeployment_oneof_schedule
impl Sync for PatchDeployment_oneof_schedule
impl Unpin for PatchDeployment_oneof_schedule
impl UnwindSafe for PatchDeployment_oneof_schedule
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