pub enum NdpRole {
Initiator,
Responder,
}Variants§
Implementations§
Source§impl NdpRole
impl NdpRole
pub fn data_plane(self, endpoint: AwareEndpoint) -> AwareDataPlan
Trait Implementations§
impl Copy for NdpRole
impl Eq for NdpRole
impl StructuralPartialEq for NdpRole
Auto Trait Implementations§
impl Freeze for NdpRole
impl RefUnwindSafe for NdpRole
impl Send for NdpRole
impl Sync for NdpRole
impl Unpin for NdpRole
impl UnsafeUnpin for NdpRole
impl UnwindSafe for NdpRole
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