pub enum ProxyTransportProtocol {
Unspec,
Stream,
Datagram,
}
Variants§
Trait Implementations§
Source§impl Clone for ProxyTransportProtocol
impl Clone for ProxyTransportProtocol
Source§fn clone(&self) -> ProxyTransportProtocol
fn clone(&self) -> ProxyTransportProtocol
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProxyTransportProtocol
impl Debug for ProxyTransportProtocol
Source§impl Hash for ProxyTransportProtocol
impl Hash for ProxyTransportProtocol
Source§impl PartialEq for ProxyTransportProtocol
impl PartialEq for ProxyTransportProtocol
impl Copy for ProxyTransportProtocol
impl Eq for ProxyTransportProtocol
impl StructuralPartialEq for ProxyTransportProtocol
Auto Trait Implementations§
impl Freeze for ProxyTransportProtocol
impl RefUnwindSafe for ProxyTransportProtocol
impl Send for ProxyTransportProtocol
impl Sync for ProxyTransportProtocol
impl Unpin for ProxyTransportProtocol
impl UnwindSafe for ProxyTransportProtocol
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