pub enum DataStreamNewlineType {
Lf,
Cr,
CrLf,
Any,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for DataStreamNewlineType
impl Clone for DataStreamNewlineType
Source§fn clone(&self) -> DataStreamNewlineType
fn clone(&self) -> DataStreamNewlineType
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 DataStreamNewlineType
impl Debug for DataStreamNewlineType
Source§impl Display for DataStreamNewlineType
impl Display for DataStreamNewlineType
Source§impl<'a> FromValue<'a> for DataStreamNewlineType
impl<'a> FromValue<'a> for DataStreamNewlineType
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for DataStreamNewlineType
impl<'a> FromValueOptional<'a> for DataStreamNewlineType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for DataStreamNewlineType
impl Hash for DataStreamNewlineType
Source§impl Ord for DataStreamNewlineType
impl Ord for DataStreamNewlineType
Source§fn cmp(&self, other: &DataStreamNewlineType) -> Ordering
fn cmp(&self, other: &DataStreamNewlineType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DataStreamNewlineType
impl PartialEq for DataStreamNewlineType
Source§impl PartialOrd for DataStreamNewlineType
impl PartialOrd for DataStreamNewlineType
Source§impl SetValue for DataStreamNewlineType
impl SetValue for DataStreamNewlineType
Source§impl StaticType for DataStreamNewlineType
impl StaticType for DataStreamNewlineType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for DataStreamNewlineType
impl Eq for DataStreamNewlineType
impl StructuralPartialEq for DataStreamNewlineType
Auto Trait Implementations§
impl Freeze for DataStreamNewlineType
impl RefUnwindSafe for DataStreamNewlineType
impl Send for DataStreamNewlineType
impl Sync for DataStreamNewlineType
impl Unpin for DataStreamNewlineType
impl UnwindSafe for DataStreamNewlineType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.