pub enum HostRunLineageKind {
Rerun,
}Variants§
Rerun
Trait Implementations§
Source§impl Clone for HostRunLineageKind
impl Clone for HostRunLineageKind
Source§fn clone(&self) -> HostRunLineageKind
fn clone(&self) -> HostRunLineageKind
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 HostRunLineageKind
impl Debug for HostRunLineageKind
Source§impl<'de> Deserialize<'de> for HostRunLineageKind
impl<'de> Deserialize<'de> for HostRunLineageKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HostRunLineageKind
Source§impl PartialEq for HostRunLineageKind
impl PartialEq for HostRunLineageKind
Source§fn eq(&self, other: &HostRunLineageKind) -> bool
fn eq(&self, other: &HostRunLineageKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HostRunLineageKind
impl Serialize for HostRunLineageKind
impl StructuralPartialEq for HostRunLineageKind
Auto Trait Implementations§
impl Freeze for HostRunLineageKind
impl RefUnwindSafe for HostRunLineageKind
impl Send for HostRunLineageKind
impl Sync for HostRunLineageKind
impl Unpin for HostRunLineageKind
impl UnsafeUnpin for HostRunLineageKind
impl UnwindSafe for HostRunLineageKind
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