enum MatchOnly {}
🔬This is a nightly-only experimental API. (
pattern
#27721)Expand description
Skip to match intervals as quickly as possible
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatchOnly
impl RefUnwindSafe for MatchOnly
impl Send for MatchOnly
impl Sync for MatchOnly
impl Unpin for MatchOnly
impl UnwindSafe for MatchOnly
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