pub enum LinkExpr {
Constant(ScalarValue),
DbLink {
target: String,
process_passive: bool,
maximize_severity: bool,
},
}Variants§
Trait Implementations§
impl StructuralPartialEq for LinkExpr
Auto Trait Implementations§
impl Freeze for LinkExpr
impl RefUnwindSafe for LinkExpr
impl Send for LinkExpr
impl Sync for LinkExpr
impl Unpin for LinkExpr
impl UnsafeUnpin for LinkExpr
impl UnwindSafe for LinkExpr
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