Struct SymInterpMatch
pub struct SymInterpMatch(/* private fields */);
Implementations§
§impl SymInterpMatch
impl SymInterpMatch
pub const LEVEL_ONE_ONLY: SymInterpMatch = _
pub const OP_MASK: SymInterpMatch = _
Trait Implementations§
§impl Clone for SymInterpMatch
impl Clone for SymInterpMatch
§fn clone(&self) -> SymInterpMatch
fn clone(&self) -> SymInterpMatch
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 SymInterpMatch
impl Debug for SymInterpMatch
§impl Default for SymInterpMatch
impl Default for SymInterpMatch
§fn default() -> SymInterpMatch
fn default() -> SymInterpMatch
Returns the “default value” for a type. Read more
§impl From<u8> for SymInterpMatch
impl From<u8> for SymInterpMatch
§fn from(value: u8) -> SymInterpMatch
fn from(value: u8) -> SymInterpMatch
Converts to this type from the input type.
§impl Hash for SymInterpMatch
impl Hash for SymInterpMatch
§impl Ord for SymInterpMatch
impl Ord for SymInterpMatch
§impl PartialEq for SymInterpMatch
impl PartialEq for SymInterpMatch
§impl PartialOrd for SymInterpMatch
impl PartialOrd for SymInterpMatch
impl Copy for SymInterpMatch
impl Eq for SymInterpMatch
impl StructuralPartialEq for SymInterpMatch
Auto Trait Implementations§
impl Freeze for SymInterpMatch
impl RefUnwindSafe for SymInterpMatch
impl Send for SymInterpMatch
impl Sync for SymInterpMatch
impl Unpin for SymInterpMatch
impl UnwindSafe for SymInterpMatch
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
)