pub struct ParticipantMetadata {
pub id: u64,
pub is_pending: bool,
}Fields§
§id: u64§is_pending: boolTrait Implementations§
Source§impl Clone for ParticipantMetadata
impl Clone for ParticipantMetadata
Source§fn clone(&self) -> ParticipantMetadata
fn clone(&self) -> ParticipantMetadata
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 ParticipantMetadata
impl Debug for ParticipantMetadata
Source§impl<'de> Deserialize<'de> for ParticipantMetadata
impl<'de> Deserialize<'de> for ParticipantMetadata
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
Source§impl PartialEq for ParticipantMetadata
impl PartialEq for ParticipantMetadata
Source§impl Serialize for ParticipantMetadata
impl Serialize for ParticipantMetadata
impl Eq for ParticipantMetadata
impl StructuralPartialEq for ParticipantMetadata
Auto Trait Implementations§
impl Freeze for ParticipantMetadata
impl RefUnwindSafe for ParticipantMetadata
impl Send for ParticipantMetadata
impl Sync for ParticipantMetadata
impl Unpin for ParticipantMetadata
impl UnwindSafe for ParticipantMetadata
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