pub enum OlPrefixStyle {
One,
Ordered,
OneOrOrdered,
Zero,
}Variants§
Trait Implementations§
Source§impl Clone for OlPrefixStyle
impl Clone for OlPrefixStyle
Source§fn clone(&self) -> OlPrefixStyle
fn clone(&self) -> OlPrefixStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OlPrefixStyle
impl Debug for OlPrefixStyle
Source§impl Default for OlPrefixStyle
impl Default for OlPrefixStyle
Source§impl<'de> Deserialize<'de> for OlPrefixStyle
impl<'de> Deserialize<'de> for OlPrefixStyle
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 PartialEq for OlPrefixStyle
impl PartialEq for OlPrefixStyle
impl Copy for OlPrefixStyle
impl StructuralPartialEq for OlPrefixStyle
Auto Trait Implementations§
impl Freeze for OlPrefixStyle
impl RefUnwindSafe for OlPrefixStyle
impl Send for OlPrefixStyle
impl Sync for OlPrefixStyle
impl Unpin for OlPrefixStyle
impl UnwindSafe for OlPrefixStyle
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