Struct wolfram_expr::symbol::ContextRef
source · pub struct ContextRef<'s>(_);Expand description
Borrowed string containing a valid context.
Implementations§
Trait Implementations§
source§impl<'s> Clone for ContextRef<'s>
impl<'s> Clone for ContextRef<'s>
source§fn clone(&self) -> ContextRef<'s>
fn clone(&self) -> ContextRef<'s>
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<'s> Debug for ContextRef<'s>
impl<'s> Debug for ContextRef<'s>
source§impl<'s> Hash for ContextRef<'s>
impl<'s> Hash for ContextRef<'s>
source§impl<'s> Ord for ContextRef<'s>
impl<'s> Ord for ContextRef<'s>
source§fn cmp(&self, other: &ContextRef<'s>) -> Ordering
fn cmp(&self, other: &ContextRef<'s>) -> 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<'s> PartialEq<ContextRef<'s>> for ContextRef<'s>
impl<'s> PartialEq<ContextRef<'s>> for ContextRef<'s>
source§fn eq(&self, other: &ContextRef<'s>) -> bool
fn eq(&self, other: &ContextRef<'s>) -> bool
source§impl<'s> PartialOrd<ContextRef<'s>> for ContextRef<'s>
impl<'s> PartialOrd<ContextRef<'s>> for ContextRef<'s>
source§fn partial_cmp(&self, other: &ContextRef<'s>) -> Option<Ordering>
fn partial_cmp(&self, other: &ContextRef<'s>) -> 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 more