pub struct StandardEvents(/* private fields */);
Expand description
standard:events
struct containing the version
and callback
within the StandardFunction field
Trait Implementations§
Source§impl Clone for StandardEvents
impl Clone for StandardEvents
Source§fn clone(&self) -> StandardEvents
fn clone(&self) -> StandardEvents
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 StandardEvents
impl Debug for StandardEvents
Source§impl Default for StandardEvents
impl Default for StandardEvents
Source§fn default() -> StandardEvents
fn default() -> StandardEvents
Returns the “default value” for a type. Read more
Source§impl Hash for StandardEvents
impl Hash for StandardEvents
Source§impl Ord for StandardEvents
impl Ord for StandardEvents
Source§fn cmp(&self, other: &StandardEvents) -> Ordering
fn cmp(&self, other: &StandardEvents) -> Ordering
1.21.0 · 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
Source§impl PartialEq for StandardEvents
impl PartialEq for StandardEvents
Source§impl PartialOrd for StandardEvents
impl PartialOrd for StandardEvents
impl Eq for StandardEvents
impl StructuralPartialEq for StandardEvents
Auto Trait Implementations§
impl Freeze for StandardEvents
impl RefUnwindSafe for StandardEvents
impl !Send for StandardEvents
impl !Sync for StandardEvents
impl Unpin for StandardEvents
impl UnwindSafe for StandardEvents
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