#[repr(u32)]pub enum VSMessageType {
mtDebug = 0,
mtInformation = 1,
mtWarning = 2,
mtCritical = 3,
mtFatal = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for VSMessageType
impl Clone for VSMessageType
Source§fn clone(&self) -> VSMessageType
fn clone(&self) -> VSMessageType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VSMessageType
impl Debug for VSMessageType
Source§impl Hash for VSMessageType
impl Hash for VSMessageType
Source§impl PartialEq for VSMessageType
impl PartialEq for VSMessageType
impl Copy for VSMessageType
impl Eq for VSMessageType
impl StructuralPartialEq for VSMessageType
Auto Trait Implementations§
impl Freeze for VSMessageType
impl RefUnwindSafe for VSMessageType
impl Send for VSMessageType
impl Sync for VSMessageType
impl Unpin for VSMessageType
impl UnwindSafe for VSMessageType
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