pub enum ControlEventType {
ContainerStarted,
ContainerSummary,
}Variants§
Trait Implementations§
Source§impl Clone for ControlEventType
impl Clone for ControlEventType
Source§fn clone(&self) -> ControlEventType
fn clone(&self) -> ControlEventType
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 Debug for ControlEventType
impl Debug for ControlEventType
Auto Trait Implementations§
impl Freeze for ControlEventType
impl RefUnwindSafe for ControlEventType
impl Send for ControlEventType
impl Sync for ControlEventType
impl Unpin for ControlEventType
impl UnsafeUnpin for ControlEventType
impl UnwindSafe for ControlEventType
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