pub enum ProtocolRaw {
Tcp,
Udp,
TcpUdp,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProtocolRaw
impl RefUnwindSafe for ProtocolRaw
impl Send for ProtocolRaw
impl Sync for ProtocolRaw
impl Unpin for ProtocolRaw
impl UnwindSafe for ProtocolRaw
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