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