pub struct LenWithPayloadLengthDelimited(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LenWithPayloadLengthDelimited
impl Clone for LenWithPayloadLengthDelimited
Source§fn clone(&self) -> LenWithPayloadLengthDelimited
fn clone(&self) -> LenWithPayloadLengthDelimited
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 Default for LenWithPayloadLengthDelimited
impl Default for LenWithPayloadLengthDelimited
Source§fn default() -> LenWithPayloadLengthDelimited
fn default() -> LenWithPayloadLengthDelimited
Returns the “default value” for a type. Read more
Source§impl PartialEq for LenWithPayloadLengthDelimited
impl PartialEq for LenWithPayloadLengthDelimited
Source§fn eq(&self, other: &LenWithPayloadLengthDelimited) -> bool
fn eq(&self, other: &LenWithPayloadLengthDelimited) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LenWithPayloadLengthDelimited
impl Eq for LenWithPayloadLengthDelimited
impl StructuralPartialEq for LenWithPayloadLengthDelimited
Auto Trait Implementations§
impl Freeze for LenWithPayloadLengthDelimited
impl RefUnwindSafe for LenWithPayloadLengthDelimited
impl Send for LenWithPayloadLengthDelimited
impl Sync for LenWithPayloadLengthDelimited
impl Unpin for LenWithPayloadLengthDelimited
impl UnwindSafe for LenWithPayloadLengthDelimited
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