pub enum CompilationMessageType {
Error,
Warning,
Info,
}Variants§
Trait Implementations§
Source§impl Clone for CompilationMessageType
impl Clone for CompilationMessageType
Source§fn clone(&self) -> CompilationMessageType
fn clone(&self) -> CompilationMessageType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompilationMessageType
impl Debug for CompilationMessageType
Source§impl From<CompilationMessageType> for c_uint
impl From<CompilationMessageType> for c_uint
Source§fn from(value: CompilationMessageType) -> Self
fn from(value: CompilationMessageType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for CompilationMessageType
impl From<u32> for CompilationMessageType
Source§impl Hash for CompilationMessageType
impl Hash for CompilationMessageType
Source§impl PartialEq for CompilationMessageType
impl PartialEq for CompilationMessageType
impl Copy for CompilationMessageType
impl Eq for CompilationMessageType
impl StructuralPartialEq for CompilationMessageType
Auto Trait Implementations§
impl Freeze for CompilationMessageType
impl RefUnwindSafe for CompilationMessageType
impl Send for CompilationMessageType
impl Sync for CompilationMessageType
impl Unpin for CompilationMessageType
impl UnsafeUnpin for CompilationMessageType
impl UnwindSafe for CompilationMessageType
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