pub struct ParticipantContext {
pub id: String,
}Fields§
§id: StringImplementations§
Source§impl ParticipantContext
impl ParticipantContext
Sourcepub fn builder() -> ParticipantContextBuilder
pub fn builder() -> ParticipantContextBuilder
Create an instance of ParticipantContext using the builder syntax
Trait Implementations§
Source§impl Clone for ParticipantContext
impl Clone for ParticipantContext
Source§fn clone(&self) -> ParticipantContext
fn clone(&self) -> ParticipantContext
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 moreAuto Trait Implementations§
impl Freeze for ParticipantContext
impl RefUnwindSafe for ParticipantContext
impl Send for ParticipantContext
impl Sync for ParticipantContext
impl Unpin for ParticipantContext
impl UnsafeUnpin for ParticipantContext
impl UnwindSafe for ParticipantContext
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