pub enum PowerPathEnum {
A,
B,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PowerPathEnum
impl Clone for PowerPathEnum
Source§fn clone(&self) -> PowerPathEnum
fn clone(&self) -> PowerPathEnum
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 PowerPathEnum
impl Debug for PowerPathEnum
Source§impl Default for PowerPathEnum
impl Default for PowerPathEnum
Source§fn default() -> PowerPathEnum
fn default() -> PowerPathEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PowerPathEnum
impl<'de> Deserialize<'de> for PowerPathEnum
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 Hash for PowerPathEnum
impl Hash for PowerPathEnum
Source§impl Ord for PowerPathEnum
impl Ord for PowerPathEnum
Source§fn cmp(&self, other: &PowerPathEnum) -> Ordering
fn cmp(&self, other: &PowerPathEnum) -> 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 PowerPathEnum
impl PartialEq for PowerPathEnum
Source§impl PartialOrd for PowerPathEnum
impl PartialOrd for PowerPathEnum
Source§impl Serialize for PowerPathEnum
impl Serialize for PowerPathEnum
Source§impl ToString for PowerPathEnum
impl ToString for PowerPathEnum
impl Copy for PowerPathEnum
impl Eq for PowerPathEnum
impl StructuralPartialEq for PowerPathEnum
Auto Trait Implementations§
impl Freeze for PowerPathEnum
impl RefUnwindSafe for PowerPathEnum
impl Send for PowerPathEnum
impl Sync for PowerPathEnum
impl Unpin for PowerPathEnum
impl UnsafeUnpin for PowerPathEnum
impl UnwindSafe for PowerPathEnum
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