pub enum FeedLeg {
A,
B,
C,
Empty,
Null,
}Expand description
A- A *B- B *C- C
Variants§
Trait Implementations§
impl Copy for FeedLeg
Source§impl<'de> Deserialize<'de> for FeedLeg
impl<'de> Deserialize<'de> for FeedLeg
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 FeedLeg
Source§impl Ord for FeedLeg
impl Ord for FeedLeg
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 FeedLeg
impl PartialOrd for FeedLeg
impl StructuralPartialEq for FeedLeg
Auto Trait Implementations§
impl Freeze for FeedLeg
impl RefUnwindSafe for FeedLeg
impl Send for FeedLeg
impl Sync for FeedLeg
impl Unpin for FeedLeg
impl UnsafeUnpin for FeedLeg
impl UnwindSafe for FeedLeg
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