pub struct AttackPath {
pub principal: String,
pub principal_sid: String,
pub target: String,
pub cost: u32,
}Fields§
§principal: String§principal_sid: String§target: String§cost: u32Trait Implementations§
Source§impl Clone for AttackPath
impl Clone for AttackPath
Source§fn clone(&self) -> AttackPath
fn clone(&self) -> AttackPath
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 AttackPath
impl Debug for AttackPath
Auto Trait Implementations§
impl Freeze for AttackPath
impl RefUnwindSafe for AttackPath
impl Send for AttackPath
impl Sync for AttackPath
impl Unpin for AttackPath
impl UnsafeUnpin for AttackPath
impl UnwindSafe for AttackPath
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