pub enum MatchTypePattern {
Int,
Float,
Number,
Bool,
String,
Bytes,
Array,
Map,
}Variants§
Trait Implementations§
Source§impl Clone for MatchTypePattern
impl Clone for MatchTypePattern
Source§fn clone(&self) -> MatchTypePattern
fn clone(&self) -> MatchTypePattern
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MatchTypePattern
impl RefUnwindSafe for MatchTypePattern
impl Send for MatchTypePattern
impl Sync for MatchTypePattern
impl Unpin for MatchTypePattern
impl UnsafeUnpin for MatchTypePattern
impl UnwindSafe for MatchTypePattern
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