pub struct CompareDerivativeEvent1 {
pub val1: Option<DerivativeEvent6>,
pub val2: Option<DerivativeEvent6>,
}Fields§
§val1: Option<DerivativeEvent6>§val2: Option<DerivativeEvent6>Implementations§
Source§impl CompareDerivativeEvent1
impl CompareDerivativeEvent1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CompareDerivativeEvent1
impl RefUnwindSafe for CompareDerivativeEvent1
impl Send for CompareDerivativeEvent1
impl Sync for CompareDerivativeEvent1
impl Unpin for CompareDerivativeEvent1
impl UnwindSafe for CompareDerivativeEvent1
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