pub enum MatchStrictness {
Cst,
Smart,
Ast,
Relaxed,
Signature,
}
Variants§
Trait Implementations§
Source§impl Clone for MatchStrictness
impl Clone for MatchStrictness
Source§fn clone(&self) -> MatchStrictness
fn clone(&self) -> MatchStrictness
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 moreAuto Trait Implementations§
impl Freeze for MatchStrictness
impl RefUnwindSafe for MatchStrictness
impl Send for MatchStrictness
impl Sync for MatchStrictness
impl Unpin for MatchStrictness
impl UnwindSafe for MatchStrictness
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