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