#[non_exhaustive]pub struct AdvanceChildRolloutJob { /* private fields */ }
Expand description
An advanceChildRollout Job.
Implementations§
Trait Implementations§
Source§impl Clone for AdvanceChildRolloutJob
impl Clone for AdvanceChildRolloutJob
Source§fn clone(&self) -> AdvanceChildRolloutJob
fn clone(&self) -> AdvanceChildRolloutJob
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 Debug for AdvanceChildRolloutJob
impl Debug for AdvanceChildRolloutJob
Source§impl Default for AdvanceChildRolloutJob
impl Default for AdvanceChildRolloutJob
Source§fn default() -> AdvanceChildRolloutJob
fn default() -> AdvanceChildRolloutJob
Returns the “default value” for a type. Read more
Source§impl Message for AdvanceChildRolloutJob
impl Message for AdvanceChildRolloutJob
Source§impl PartialEq for AdvanceChildRolloutJob
impl PartialEq for AdvanceChildRolloutJob
impl StructuralPartialEq for AdvanceChildRolloutJob
Auto Trait Implementations§
impl Freeze for AdvanceChildRolloutJob
impl RefUnwindSafe for AdvanceChildRolloutJob
impl Send for AdvanceChildRolloutJob
impl Sync for AdvanceChildRolloutJob
impl Unpin for AdvanceChildRolloutJob
impl UnwindSafe for AdvanceChildRolloutJob
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