pub enum OfferType {
Offer,
}Expand description
A type stand-in for the constant $y, deriving serde traits
Variants§
Offer
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OfferType
impl<'de> Deserialize<'de> for OfferType
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 OfferType
impl Ord for OfferType
Source§impl PartialOrd for OfferType
impl PartialOrd for OfferType
impl Eq for OfferType
impl StructuralPartialEq for OfferType
Auto Trait Implementations§
impl Freeze for OfferType
impl RefUnwindSafe for OfferType
impl Send for OfferType
impl Sync for OfferType
impl Unpin for OfferType
impl UnwindSafe for OfferType
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