pub enum FieldCharType {
Begin,
Separate,
End,
Unsupported,
}
Variants§
Trait Implementations§
Source§impl Clone for FieldCharType
impl Clone for FieldCharType
Source§fn clone(&self) -> FieldCharType
fn clone(&self) -> FieldCharType
Returns a copy 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 FieldCharType
impl Debug for FieldCharType
Source§impl<'de> Deserialize<'de> for FieldCharType
impl<'de> Deserialize<'de> for FieldCharType
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 Display for FieldCharType
impl Display for FieldCharType
Source§impl FromStr for FieldCharType
impl FromStr for FieldCharType
Source§impl PartialEq for FieldCharType
impl PartialEq for FieldCharType
Source§impl Serialize for FieldCharType
impl Serialize for FieldCharType
impl Copy for FieldCharType
impl StructuralPartialEq for FieldCharType
Auto Trait Implementations§
impl Freeze for FieldCharType
impl RefUnwindSafe for FieldCharType
impl Send for FieldCharType
impl Sync for FieldCharType
impl Unpin for FieldCharType
impl UnwindSafe for FieldCharType
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