pub enum EventClass {
Public,
Private,
Confidential,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EventClass
impl Clone for EventClass
Source§fn clone(&self) -> EventClass
fn clone(&self) -> EventClass
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 moreSource§impl Debug for EventClass
impl Debug for EventClass
Source§impl PartialEq for EventClass
impl PartialEq for EventClass
Source§fn eq(&self, other: &EventClass) -> bool
fn eq(&self, other: &EventClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EventClass
impl Serialize for EventClass
impl Copy for EventClass
impl StructuralPartialEq for EventClass
Auto Trait Implementations§
impl Freeze for EventClass
impl RefUnwindSafe for EventClass
impl Send for EventClass
impl Sync for EventClass
impl Unpin for EventClass
impl UnsafeUnpin for EventClass
impl UnwindSafe for EventClass
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