pub enum XISFMessageType {
Informative,
Note,
Warning,
RecoverableError,
}Variants§
Trait Implementations§
Source§impl PartialEq for XISFMessageType
impl PartialEq for XISFMessageType
impl StructuralPartialEq for XISFMessageType
Auto Trait Implementations§
impl Freeze for XISFMessageType
impl RefUnwindSafe for XISFMessageType
impl Send for XISFMessageType
impl Sync for XISFMessageType
impl Unpin for XISFMessageType
impl UnwindSafe for XISFMessageType
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