pub enum SocketRole {
Client,
Server,
}Variants§
Trait Implementations§
Source§impl PartialEq for SocketRole
impl PartialEq for SocketRole
impl StructuralPartialEq for SocketRole
Auto Trait Implementations§
impl Freeze for SocketRole
impl RefUnwindSafe for SocketRole
impl Send for SocketRole
impl Sync for SocketRole
impl Unpin for SocketRole
impl UnwindSafe for SocketRole
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