pub struct Flow {
pub source: Device,
pub destination: Device,
pub layer2: Id,
pub layer3: Id,
pub layer4: Id,
pub vlan: Vlan,
}
Expand description
Flow that was built from a record moved
Fields§
§source: Device
§destination: Device
§layer2: Id
§layer3: Id
§layer4: Id
§vlan: Vlan
Implementations§
Trait Implementations§
impl Copy for Flow
impl Eq for Flow
impl StructuralPartialEq for Flow
Auto Trait Implementations§
impl Freeze for Flow
impl RefUnwindSafe for Flow
impl Send for Flow
impl Sync for Flow
impl Unpin for Flow
impl UnwindSafe for Flow
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