pub enum YankInstanceType {
block_node,
chardev,
migration,
}
Variants§
Trait Implementations§
Source§impl Clone for YankInstanceType
impl Clone for YankInstanceType
Source§fn clone(&self) -> YankInstanceType
fn clone(&self) -> YankInstanceType
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 YankInstanceType
impl Debug for YankInstanceType
Source§impl<'de> Deserialize<'de> for YankInstanceType
impl<'de> Deserialize<'de> for YankInstanceType
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
Source§impl Enum for YankInstanceType
impl Enum for YankInstanceType
Source§impl FromStr for YankInstanceType
impl FromStr for YankInstanceType
Source§impl Hash for YankInstanceType
impl Hash for YankInstanceType
Source§impl Ord for YankInstanceType
impl Ord for YankInstanceType
Source§fn cmp(&self, other: &YankInstanceType) -> Ordering
fn cmp(&self, other: &YankInstanceType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for YankInstanceType
impl PartialEq for YankInstanceType
Source§impl PartialOrd for YankInstanceType
impl PartialOrd for YankInstanceType
Source§impl Serialize for YankInstanceType
impl Serialize for YankInstanceType
impl Copy for YankInstanceType
impl Eq for YankInstanceType
impl StructuralPartialEq for YankInstanceType
Auto Trait Implementations§
impl Freeze for YankInstanceType
impl RefUnwindSafe for YankInstanceType
impl Send for YankInstanceType
impl Sync for YankInstanceType
impl Unpin for YankInstanceType
impl UnwindSafe for YankInstanceType
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