pub enum FutharkDiagLevel {
Info,
Warning,
Error,
}Expand description
Diagnostics for Futhark code generation
Variants§
Trait Implementations§
Source§impl Clone for FutharkDiagLevel
impl Clone for FutharkDiagLevel
Source§fn clone(&self) -> FutharkDiagLevel
fn clone(&self) -> FutharkDiagLevel
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 FutharkDiagLevel
impl Debug for FutharkDiagLevel
Source§impl PartialEq for FutharkDiagLevel
impl PartialEq for FutharkDiagLevel
impl StructuralPartialEq for FutharkDiagLevel
Auto Trait Implementations§
impl Freeze for FutharkDiagLevel
impl RefUnwindSafe for FutharkDiagLevel
impl Send for FutharkDiagLevel
impl Sync for FutharkDiagLevel
impl Unpin for FutharkDiagLevel
impl UnsafeUnpin for FutharkDiagLevel
impl UnwindSafe for FutharkDiagLevel
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