pub enum ParticipantClass {
Checked,
Privileged,
}Variants§
Trait Implementations§
Source§impl Clone for ParticipantClass
impl Clone for ParticipantClass
Source§fn clone(&self) -> ParticipantClass
fn clone(&self) -> ParticipantClass
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 ParticipantClass
Source§impl Debug for ParticipantClass
impl Debug for ParticipantClass
Source§impl<'de> Deserialize<'de> for ParticipantClass
impl<'de> Deserialize<'de> for ParticipantClass
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 Eq for ParticipantClass
Source§impl PartialEq for ParticipantClass
impl PartialEq for ParticipantClass
impl StructuralPartialEq for ParticipantClass
Auto Trait Implementations§
impl Freeze for ParticipantClass
impl RefUnwindSafe for ParticipantClass
impl Send for ParticipantClass
impl Sync for ParticipantClass
impl Unpin for ParticipantClass
impl UnsafeUnpin for ParticipantClass
impl UnwindSafe for ParticipantClass
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