pub struct PlannedInterface {
pub name: String,
pub policy: EffectiveInterfacePolicy,
pub access: InterfaceAccessPlan,
pub medium: PlannedMedium,
pub discovery: InterfaceDiscoveryPlan,
pub lifecycle: ConfiguredInterfaceLifecycle,
}Fields§
§name: String§policy: EffectiveInterfacePolicy§access: InterfaceAccessPlan§medium: PlannedMedium§discovery: InterfaceDiscoveryPlan§lifecycle: ConfiguredInterfaceLifecycleTrait Implementations§
Source§impl Clone for PlannedInterface
impl Clone for PlannedInterface
Source§fn clone(&self) -> PlannedInterface
fn clone(&self) -> PlannedInterface
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 PlannedInterface
impl Debug for PlannedInterface
Source§impl PartialEq for PlannedInterface
impl PartialEq for PlannedInterface
impl StructuralPartialEq for PlannedInterface
Auto Trait Implementations§
impl Freeze for PlannedInterface
impl RefUnwindSafe for PlannedInterface
impl Send for PlannedInterface
impl Sync for PlannedInterface
impl Unpin for PlannedInterface
impl UnsafeUnpin for PlannedInterface
impl UnwindSafe for PlannedInterface
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