pub struct MatchStatus;Expand description
MatchStatus (573).
Implementations§
Source§impl MatchStatus
impl MatchStatus
pub const COMPMATAFF: char = '0'
pub const UNCOMPUNMATUNAFF: char = '1'
pub const ADVALERT: char = '2'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatchStatus
impl RefUnwindSafe for MatchStatus
impl Send for MatchStatus
impl Sync for MatchStatus
impl Unpin for MatchStatus
impl UnsafeUnpin for MatchStatus
impl UnwindSafe for MatchStatus
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