pub struct MatchFunction;
Expand description
Default implementation for the standard MATCH
function
Trait Implementations§
Source§impl<T> Function<T> for MatchFunction
impl<T> Function<T> for MatchFunction
Auto Trait Implementations§
impl Freeze for MatchFunction
impl RefUnwindSafe for MatchFunction
impl Send for MatchFunction
impl Sync for MatchFunction
impl Unpin for MatchFunction
impl UnwindSafe for MatchFunction
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