pub struct ExploitNodeExport {
pub id: String,
pub kind: &'static str,
pub label: String,
pub source_node_id: Option<NodeId>,
pub note: Option<String>,
}Fields§
§id: String§kind: &'static str§label: String§source_node_id: Option<NodeId>§note: Option<String>Trait Implementations§
Source§impl Clone for ExploitNodeExport
impl Clone for ExploitNodeExport
Source§fn clone(&self) -> ExploitNodeExport
fn clone(&self) -> ExploitNodeExport
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 ExploitNodeExport
impl Debug for ExploitNodeExport
Auto Trait Implementations§
impl Freeze for ExploitNodeExport
impl RefUnwindSafe for ExploitNodeExport
impl Send for ExploitNodeExport
impl Sync for ExploitNodeExport
impl Unpin for ExploitNodeExport
impl UnsafeUnpin for ExploitNodeExport
impl UnwindSafe for ExploitNodeExport
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