pub struct MatchedFields(/* private fields */);
Expand description
Reexports Matched fields logic with type conversions
Trait Implementations§
Source§impl Clone for MatchedFields
impl Clone for MatchedFields
Source§fn clone(&self) -> MatchedFields
fn clone(&self) -> MatchedFields
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 moreSource§impl Debug for MatchedFields
impl Debug for MatchedFields
Source§impl Default for MatchedFields
impl Default for MatchedFields
Source§fn default() -> MatchedFields
fn default() -> MatchedFields
Returns the “default value” for a type. Read more
Source§impl<T> From<T> for MatchedFields
impl<T> From<T> for MatchedFields
Source§impl PartialEq for MatchedFields
impl PartialEq for MatchedFields
Source§impl Serialize for MatchedFields
impl Serialize for MatchedFields
impl Eq for MatchedFields
impl StructuralPartialEq for MatchedFields
Auto Trait Implementations§
impl Freeze for MatchedFields
impl RefUnwindSafe for MatchedFields
impl Send for MatchedFields
impl Sync for MatchedFields
impl Unpin for MatchedFields
impl UnwindSafe for MatchedFields
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