pub struct MatchConfig { /* private fields */ }Trait Implementations§
Source§impl Default for MatchConfig
impl Default for MatchConfig
Source§fn default() -> MatchConfig
fn default() -> MatchConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatchConfig
impl !RefUnwindSafe for MatchConfig
impl !Send for MatchConfig
impl !Sync for MatchConfig
impl Unpin for MatchConfig
impl UnsafeUnpin for MatchConfig
impl !UnwindSafe for MatchConfig
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