pub enum DiscoveryIdentityRole {
Announcing,
AdvertisedTransport,
}Variants§
Trait Implementations§
Source§impl Debug for DiscoveryIdentityRole
impl Debug for DiscoveryIdentityRole
impl Eq for DiscoveryIdentityRole
Source§impl PartialEq for DiscoveryIdentityRole
impl PartialEq for DiscoveryIdentityRole
impl StructuralPartialEq for DiscoveryIdentityRole
Auto Trait Implementations§
impl Freeze for DiscoveryIdentityRole
impl RefUnwindSafe for DiscoveryIdentityRole
impl Send for DiscoveryIdentityRole
impl Sync for DiscoveryIdentityRole
impl Unpin for DiscoveryIdentityRole
impl UnsafeUnpin for DiscoveryIdentityRole
impl UnwindSafe for DiscoveryIdentityRole
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