pub struct RefreshMsgCodec {}
Trait Implementations§
Source§impl Clone for RefreshMsgCodec
impl Clone for RefreshMsgCodec
Source§fn clone(&self) -> RefreshMsgCodec
fn clone(&self) -> RefreshMsgCodec
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 RefreshMsgCodec
impl Decoder for RefreshMsgCodec
Auto Trait Implementations§
impl Freeze for RefreshMsgCodec
impl RefUnwindSafe for RefreshMsgCodec
impl Send for RefreshMsgCodec
impl Sync for RefreshMsgCodec
impl Unpin for RefreshMsgCodec
impl UnwindSafe for RefreshMsgCodec
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