pub struct NetMsgCodec {
inner_codec: LengthCodec,
}
Fields§
§inner_codec: LengthCodec
Implementations§
Source§impl NetMsgCodec
impl NetMsgCodec
Trait Implementations§
Source§impl Clone for NetMsgCodec
impl Clone for NetMsgCodec
Source§fn clone(&self) -> NetMsgCodec
fn clone(&self) -> NetMsgCodec
Returns a copy 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 Decoder for NetMsgCodec
impl Decoder for NetMsgCodec
Auto Trait Implementations§
impl Freeze for NetMsgCodec
impl RefUnwindSafe for NetMsgCodec
impl Send for NetMsgCodec
impl Sync for NetMsgCodec
impl Unpin for NetMsgCodec
impl UnwindSafe for NetMsgCodec
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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