pub enum HasSemantics {
Event(Event),
Property(Property),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HasSemantics
impl Clone for HasSemantics
Source§fn clone(&self) -> HasSemantics
fn clone(&self) -> HasSemantics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HasSemantics
impl Eq for HasSemantics
Source§impl Hash for HasSemantics
impl Hash for HasSemantics
Source§impl Ord for HasSemantics
impl Ord for HasSemantics
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for HasSemantics
impl PartialEq for HasSemantics
Source§impl PartialOrd for HasSemantics
impl PartialOrd for HasSemantics
impl StructuralPartialEq for HasSemantics
Auto Trait Implementations§
impl Freeze for HasSemantics
impl RefUnwindSafe for HasSemantics
impl Send for HasSemantics
impl Sync for HasSemantics
impl Unpin for HasSemantics
impl UnsafeUnpin for HasSemantics
impl UnwindSafe for HasSemantics
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