pub enum DataPlanePlan {
HostRendezvous {
local: SegmentAddress,
},
DialOwner {
owner: SegmentAddress,
},
ResolveOwnerByBeacon {
local: Ipv6Addr,
scope: u32,
},
}Variants§
HostRendezvous
Fields
§
local: SegmentAddressDialOwner
Fields
§
owner: SegmentAddressResolveOwnerByBeacon
Trait Implementations§
Source§impl Clone for DataPlanePlan
impl Clone for DataPlanePlan
Source§fn clone(&self) -> DataPlanePlan
fn clone(&self) -> DataPlanePlan
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 moreimpl Copy for DataPlanePlan
Source§impl Debug for DataPlanePlan
impl Debug for DataPlanePlan
impl Eq for DataPlanePlan
Source§impl PartialEq for DataPlanePlan
impl PartialEq for DataPlanePlan
impl StructuralPartialEq for DataPlanePlan
Auto Trait Implementations§
impl Freeze for DataPlanePlan
impl RefUnwindSafe for DataPlanePlan
impl Send for DataPlanePlan
impl Sync for DataPlanePlan
impl Unpin for DataPlanePlan
impl UnsafeUnpin for DataPlanePlan
impl UnwindSafe for DataPlanePlan
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