pub struct ImpactNetworkResult {
pub bead_id: String,
pub depth: usize,
pub network: ImpactNetwork,
pub top_connected: Vec<String>,
}Fields§
§bead_id: String§depth: usize§network: ImpactNetwork§top_connected: Vec<String>Trait Implementations§
Source§impl Debug for ImpactNetworkResult
impl Debug for ImpactNetworkResult
Auto Trait Implementations§
impl Freeze for ImpactNetworkResult
impl RefUnwindSafe for ImpactNetworkResult
impl Send for ImpactNetworkResult
impl Sync for ImpactNetworkResult
impl Unpin for ImpactNetworkResult
impl UnsafeUnpin for ImpactNetworkResult
impl UnwindSafe for ImpactNetworkResult
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