pub struct LengthDelimited {}Trait Implementations§
Source§impl Default for LengthDelimited
impl Default for LengthDelimited
Source§fn default() -> LengthDelimited
fn default() -> LengthDelimited
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LengthDelimited
impl RefUnwindSafe for LengthDelimited
impl Send for LengthDelimited
impl Sync for LengthDelimited
impl Unpin for LengthDelimited
impl UnwindSafe for LengthDelimited
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