pub struct PartialParse {
pub version: u16,
pub remaining: Vec<u8>,
pub error: String,
}Fields§
§version: u16§remaining: Vec<u8>§error: StringTrait Implementations§
Source§impl Clone for PartialParse
impl Clone for PartialParse
Source§fn clone(&self) -> PartialParse
fn clone(&self) -> PartialParse
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 Debug for PartialParse
impl Debug for PartialParse
Auto Trait Implementations§
impl Freeze for PartialParse
impl RefUnwindSafe for PartialParse
impl Send for PartialParse
impl Sync for PartialParse
impl Unpin for PartialParse
impl UnwindSafe for PartialParse
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