pub enum CompilationWarning {
Unimplemented(Span, String),
}
Variants§
Trait Implementations§
Source§impl Clone for CompilationWarning
impl Clone for CompilationWarning
Source§fn clone(&self) -> CompilationWarning
fn clone(&self) -> CompilationWarning
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 CompilationWarning
impl Debug for CompilationWarning
Source§impl PartialEq for CompilationWarning
impl PartialEq for CompilationWarning
impl StructuralPartialEq for CompilationWarning
Auto Trait Implementations§
impl Freeze for CompilationWarning
impl RefUnwindSafe for CompilationWarning
impl Send for CompilationWarning
impl Sync for CompilationWarning
impl Unpin for CompilationWarning
impl UnwindSafe for CompilationWarning
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