pub struct NeutralKronReduction { /* private fields */ }Expand description
The independently owned reduced network and its projection audit.
Implementations§
Source§impl NeutralKronReduction
impl NeutralKronReduction
pub fn network(&self) -> &MulticonductorNetwork
pub const fn report(&self) -> &NeutralKronReport
pub fn into_parts(self) -> (MulticonductorNetwork, NeutralKronReport)
Trait Implementations§
Source§impl Clone for NeutralKronReduction
impl Clone for NeutralKronReduction
Source§fn clone(&self) -> NeutralKronReduction
fn clone(&self) -> NeutralKronReduction
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 moreAuto Trait Implementations§
impl Freeze for NeutralKronReduction
impl RefUnwindSafe for NeutralKronReduction
impl Send for NeutralKronReduction
impl Sync for NeutralKronReduction
impl Unpin for NeutralKronReduction
impl UnsafeUnpin for NeutralKronReduction
impl UnwindSafe for NeutralKronReduction
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