pub struct ExtraDiff {
pub xlu_start: <u8 as Diff>::Repr,
pub xlu_end: <u8 as Diff>::Repr,
pub cancel_frame: <u8 as Diff>::Repr,
pub no_stop_intp: <bool as Diff>::Repr,
}
Fields§
§xlu_start: <u8 as Diff>::Repr
§xlu_end: <u8 as Diff>::Repr
§cancel_frame: <u8 as Diff>::Repr
§no_stop_intp: <bool as Diff>::Repr
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ExtraDiff
impl<'de> Deserialize<'de> for ExtraDiff
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ExtraDiff
Auto Trait Implementations§
impl Freeze for ExtraDiff
impl RefUnwindSafe for ExtraDiff
impl Send for ExtraDiff
impl Sync for ExtraDiff
impl Unpin for ExtraDiff
impl UnwindSafe for ExtraDiff
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