pub struct Protocol { /* private fields */ }Expand description
The wire type corresponding to Protocol.
Implementations§
Trait Implementations§
impl Copy for Protocol
Source§impl<___E> Encode<Protocol, ___E> for Protocolwhere
___E: ?Sized,
impl<___E> Encode<Protocol, ___E> for Protocolwhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<Protocol, ___E> for &'a Protocolwhere
___E: ?Sized,
impl<'a, ___E> Encode<Protocol, ___E> for &'a Protocolwhere
___E: ?Sized,
impl Eq for Protocol
Source§impl FromWireRef<Protocol> for Protocol
impl FromWireRef<Protocol> for Protocol
Source§fn from_wire_ref(wire: &Protocol) -> Self
fn from_wire_ref(wire: &Protocol) -> Self
Converts the given reference to this type.
impl StructuralPartialEq for Protocol
Auto Trait Implementations§
impl Freeze for Protocol
impl RefUnwindSafe for Protocol
impl Send for Protocol
impl Sync for Protocol
impl Unpin for Protocol
impl UnsafeUnpin for Protocol
impl UnwindSafe for Protocol
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]