pub struct ExpressionMarking(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ExpressionMarking
impl AsRef<str> for ExpressionMarking
Source§impl Clone for ExpressionMarking
impl Clone for ExpressionMarking
Source§fn clone(&self) -> ExpressionMarking
fn clone(&self) -> ExpressionMarking
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 moreSource§impl Debug for ExpressionMarking
impl Debug for ExpressionMarking
Source§impl Display for ExpressionMarking
impl Display for ExpressionMarking
Source§impl FromStr for ExpressionMarking
impl FromStr for ExpressionMarking
Source§impl Hash for ExpressionMarking
impl Hash for ExpressionMarking
Source§impl Ord for ExpressionMarking
impl Ord for ExpressionMarking
Source§fn cmp(&self, other: &ExpressionMarking) -> Ordering
fn cmp(&self, other: &ExpressionMarking) -> Ordering
1.21.0 (const: unstable) · 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 ExpressionMarking
impl PartialEq for ExpressionMarking
Source§fn eq(&self, other: &ExpressionMarking) -> bool
fn eq(&self, other: &ExpressionMarking) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExpressionMarking
impl PartialOrd for ExpressionMarking
Source§impl TryFrom<&str> for ExpressionMarking
impl TryFrom<&str> for ExpressionMarking
impl Eq for ExpressionMarking
impl StructuralPartialEq for ExpressionMarking
Auto Trait Implementations§
impl Freeze for ExpressionMarking
impl RefUnwindSafe for ExpressionMarking
impl Send for ExpressionMarking
impl Sync for ExpressionMarking
impl Unpin for ExpressionMarking
impl UnsafeUnpin for ExpressionMarking
impl UnwindSafe for ExpressionMarking
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