pub struct ProtoCodec;Expand description
Codec for binary protobuf encoding.
Implementations§
Source§impl ProtoCodec
impl ProtoCodec
Trait Implementations§
Source§impl Clone for ProtoCodec
impl Clone for ProtoCodec
Source§fn clone(&self) -> ProtoCodec
fn clone(&self) -> ProtoCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProtoCodec
Source§impl Debug for ProtoCodec
impl Debug for ProtoCodec
Source§impl Default for ProtoCodec
impl Default for ProtoCodec
Source§fn default() -> ProtoCodec
fn default() -> ProtoCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProtoCodec
impl RefUnwindSafe for ProtoCodec
impl Send for ProtoCodec
impl Sync for ProtoCodec
impl Unpin for ProtoCodec
impl UnsafeUnpin for ProtoCodec
impl UnwindSafe for ProtoCodec
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