pub struct Sfc {
pub networks: Vec<Network>,
}Fields§
§networks: Vec<Network>Trait Implementations§
impl StructuralPartialEq for Sfc
Auto Trait Implementations§
impl Freeze for Sfc
impl RefUnwindSafe for Sfc
impl Send for Sfc
impl Sync for Sfc
impl Unpin for Sfc
impl UnwindSafe for Sfc
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