Enum clarity_repl::analysis::annotation::AnnotationKind
source · pub enum AnnotationKind {
Allow(WarningKind),
Filter(Vec<ClarityName>),
FilterAll,
}Variants§
Trait Implementations§
source§impl Debug for AnnotationKind
impl Debug for AnnotationKind
Auto Trait Implementations§
impl RefUnwindSafe for AnnotationKind
impl Send for AnnotationKind
impl Sync for AnnotationKind
impl Unpin for AnnotationKind
impl UnwindSafe for AnnotationKind
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