pub enum PoeMode {
Pd,
Pse,
Empty,
Null,
}Expand description
pd- PD *pse- PSE
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PoeMode
impl<'de> Deserialize<'de> for PoeMode
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 PoeMode
impl Ord for PoeMode
Source§impl PartialOrd for PoeMode
impl PartialOrd for PoeMode
impl Copy for PoeMode
impl Eq for PoeMode
impl StructuralPartialEq for PoeMode
Auto Trait Implementations§
impl Freeze for PoeMode
impl RefUnwindSafe for PoeMode
impl Send for PoeMode
impl Sync for PoeMode
impl Unpin for PoeMode
impl UnwindSafe for PoeMode
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