pub struct ExploitEdgeExport {
pub from: String,
pub to: String,
pub kind: &'static str,
pub confidence: &'static str,
pub authority_bearing: bool,
pub observed: Option<bool>,
}Fields§
§from: String§to: String§kind: &'static str§confidence: &'static str§observed: Option<bool>Trait Implementations§
Source§impl Clone for ExploitEdgeExport
impl Clone for ExploitEdgeExport
Source§fn clone(&self) -> ExploitEdgeExport
fn clone(&self) -> ExploitEdgeExport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExploitEdgeExport
impl Debug for ExploitEdgeExport
Auto Trait Implementations§
impl Freeze for ExploitEdgeExport
impl RefUnwindSafe for ExploitEdgeExport
impl Send for ExploitEdgeExport
impl Sync for ExploitEdgeExport
impl Unpin for ExploitEdgeExport
impl UnsafeUnpin for ExploitEdgeExport
impl UnwindSafe for ExploitEdgeExport
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