pub enum CableEnd {
A,
B,
}Expand description
A- A *B- B
Variants§
Trait Implementations§
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
Source§impl Ord for CableEnd
impl Ord for CableEnd
Source§impl PartialOrd for CableEnd
impl PartialOrd for CableEnd
impl Copy for CableEnd
impl Eq 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 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