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 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 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§impl PartialOrd for MarkerBytes
impl PartialOrd for MarkerBytes
impl Copy for MarkerBytes
impl Eq for MarkerBytes
impl StructuralPartialEq for MarkerBytes
Auto Trait Implementations§
impl Freeze for MarkerBytes
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