pub enum MarkerBytes {
Start,
End,
}Variants§
Trait Implementations§
source§impl Clone for MarkerBytes
impl Clone for MarkerBytes
source§fn clone(&self) -> MarkerBytes
fn clone(&self) -> MarkerBytes
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 MarkerBytes
impl Debug for MarkerBytes
source§impl Display for MarkerBytes
impl Display for MarkerBytes
source§impl Hash for MarkerBytes
impl Hash for MarkerBytes
source§impl Ord for MarkerBytes
impl Ord for MarkerBytes
source§fn cmp(&self, other: &MarkerBytes) -> Ordering
fn cmp(&self, other: &MarkerBytes) -> 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 MarkerBytes
impl PartialEq for MarkerBytes
source§fn eq(&self, other: &MarkerBytes) -> bool
fn eq(&self, other: &MarkerBytes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for MarkerBytes
impl PartialOrd for MarkerBytes
source§fn partial_cmp(&self, other: &MarkerBytes) -> Option<Ordering>
fn partial_cmp(&self, other: &MarkerBytes) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for MarkerBytes
impl Eq for MarkerBytes
impl StructuralPartialEq for MarkerBytes
Auto Trait Implementations§
impl RefUnwindSafe for MarkerBytes
impl Send for MarkerBytes
impl Sync for MarkerBytes
impl Unpin for MarkerBytes
impl UnwindSafe for MarkerBytes
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