pub enum HostRole {
WeHost,
PeerHosts,
Tiebreak,
}Variants§
Trait Implementations§
impl Copy for HostRole
impl Eq for HostRole
impl StructuralPartialEq for HostRole
Auto Trait Implementations§
impl Freeze for HostRole
impl RefUnwindSafe for HostRole
impl Send for HostRole
impl Sync for HostRole
impl Unpin for HostRole
impl UnsafeUnpin for HostRole
impl UnwindSafe for HostRole
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