pub enum CableEnd {
A,
B,
}Expand description
A- A *B- B
Variants§
Trait Implementations§
impl Copy for CableEnd
Source§impl<'de> Deserialize<'de> for CableEnd
impl<'de> Deserialize<'de> for CableEnd
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 CableEnd
Source§impl Ord for CableEnd
impl Ord for CableEnd
1.21.0 (const: unstable) · 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 PartialOrd for CableEnd
impl PartialOrd for CableEnd
impl StructuralPartialEq for CableEnd
Auto Trait Implementations§
impl Freeze for CableEnd
impl RefUnwindSafe for CableEnd
impl Send for CableEnd
impl Sync for CableEnd
impl Unpin for CableEnd
impl UnsafeUnpin for CableEnd
impl UnwindSafe for CableEnd
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