pub enum DeleteMarker {
SingleTilde,
DoubleTilde,
}Expand description
Which tilde run delimited a Delete span.
Variants§
Trait Implementations§
Source§impl Clone for DeleteMarker
impl Clone for DeleteMarker
Source§fn clone(&self) -> DeleteMarker
fn clone(&self) -> DeleteMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeleteMarker
Source§impl Debug for DeleteMarker
impl Debug for DeleteMarker
impl Eq for DeleteMarker
Source§impl PartialEq for DeleteMarker
impl PartialEq for DeleteMarker
Source§fn eq(&self, other: &DeleteMarker) -> bool
fn eq(&self, other: &DeleteMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteMarker
Auto Trait Implementations§
impl Freeze for DeleteMarker
impl RefUnwindSafe for DeleteMarker
impl Send for DeleteMarker
impl Sync for DeleteMarker
impl Unpin for DeleteMarker
impl UnsafeUnpin for DeleteMarker
impl UnwindSafe for DeleteMarker
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