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