pub enum BeaconVerdict {
Peer(Ipv6Addr),
SelfEcho,
AuthenticationFailed,
TooShort,
}Variants§
Auto Trait Implementations§
impl Freeze for BeaconVerdict
impl RefUnwindSafe for BeaconVerdict
impl Send for BeaconVerdict
impl Sync for BeaconVerdict
impl Unpin for BeaconVerdict
impl UnsafeUnpin for BeaconVerdict
impl UnwindSafe for BeaconVerdict
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