pub enum Pap {
Variant0,
Variant1,
Variant2,
Variant3,
}Expand description
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Pap
impl<'de> Deserialize<'de> for Pap
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 Pap
impl Ord for Pap
Source§impl PartialOrd for Pap
impl PartialOrd for Pap
impl Copy for Pap
impl Eq for Pap
impl StructuralPartialEq for Pap
Auto Trait Implementations§
impl Freeze for Pap
impl RefUnwindSafe for Pap
impl Send for Pap
impl Sync for Pap
impl Unpin for Pap
impl UnwindSafe for Pap
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