Struct SymInterpretMatch
pub struct SymInterpretMatch(/* private fields */);
Implementations§
§impl SymInterpretMatch
impl SymInterpretMatch
pub const NONE_OF: SymInterpretMatch = _
pub const ANY_OF_OR_NONE: SymInterpretMatch = _
pub const ANY_OF: SymInterpretMatch = _
pub const ALL_OF: SymInterpretMatch = _
pub const EXACTLY: SymInterpretMatch = _
Trait Implementations§
§impl Clone for SymInterpretMatch
impl Clone for SymInterpretMatch
§fn clone(&self) -> SymInterpretMatch
fn clone(&self) -> SymInterpretMatch
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 more§impl Debug for SymInterpretMatch
impl Debug for SymInterpretMatch
§impl Default for SymInterpretMatch
impl Default for SymInterpretMatch
§fn default() -> SymInterpretMatch
fn default() -> SymInterpretMatch
Returns the “default value” for a type. Read more
§impl From<u8> for SymInterpretMatch
impl From<u8> for SymInterpretMatch
§fn from(value: u8) -> SymInterpretMatch
fn from(value: u8) -> SymInterpretMatch
Converts to this type from the input type.
§impl Hash for SymInterpretMatch
impl Hash for SymInterpretMatch
§impl Ord for SymInterpretMatch
impl Ord for SymInterpretMatch
§fn cmp(&self, other: &SymInterpretMatch) -> Ordering
fn cmp(&self, other: &SymInterpretMatch) -> 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
§impl PartialEq for SymInterpretMatch
impl PartialEq for SymInterpretMatch
§impl PartialOrd for SymInterpretMatch
impl PartialOrd for SymInterpretMatch
impl Copy for SymInterpretMatch
impl Eq for SymInterpretMatch
impl StructuralPartialEq for SymInterpretMatch
Auto Trait Implementations§
impl Freeze for SymInterpretMatch
impl RefUnwindSafe for SymInterpretMatch
impl Send for SymInterpretMatch
impl Sync for SymInterpretMatch
impl Unpin for SymInterpretMatch
impl UnwindSafe for SymInterpretMatch
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)