pub enum MarkerFieldFormatKind {
String,
Number,
}
Expand description
The kind of a marker field. Every marker field is either a string or a number.
Variants§
Trait Implementations§
Source§impl Clone for MarkerFieldFormatKind
impl Clone for MarkerFieldFormatKind
Source§fn clone(&self) -> MarkerFieldFormatKind
fn clone(&self) -> MarkerFieldFormatKind
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 MarkerFieldFormatKind
impl Debug for MarkerFieldFormatKind
Source§impl PartialEq for MarkerFieldFormatKind
impl PartialEq for MarkerFieldFormatKind
impl Copy for MarkerFieldFormatKind
impl Eq for MarkerFieldFormatKind
impl StructuralPartialEq for MarkerFieldFormatKind
Auto Trait Implementations§
impl Freeze for MarkerFieldFormatKind
impl RefUnwindSafe for MarkerFieldFormatKind
impl Send for MarkerFieldFormatKind
impl Sync for MarkerFieldFormatKind
impl Unpin for MarkerFieldFormatKind
impl UnwindSafe for MarkerFieldFormatKind
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