pub struct MatchingTerm { /* private fields */ }Expand description
Intentionally opaque for API stability reasons. Don’t worry, it’s just a single enum internally.
Trait Implementations§
Source§impl Clone for MatchingTerm
impl Clone for MatchingTerm
Source§fn clone(&self) -> MatchingTerm
fn clone(&self) -> MatchingTerm
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MatchingTerm
impl !RefUnwindSafe for MatchingTerm
impl !Send for MatchingTerm
impl !Sync for MatchingTerm
impl Unpin for MatchingTerm
impl !UnwindSafe for MatchingTerm
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