pub(crate) enum MatchSource {
Info,
OutInfo,
}Variants§
Auto Trait Implementations§
impl Freeze for MatchSource
impl RefUnwindSafe for MatchSource
impl Send for MatchSource
impl Sync for MatchSource
impl Unpin for MatchSource
impl UnsafeUnpin for MatchSource
impl UnwindSafe for MatchSource
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