pub struct AddParticipantRequest {
pub conference_id: ConferenceId,
pub participant: ConferenceParticipant,
}Expand description
Request to attach a call participant to a conference.
Fields§
§conference_id: ConferenceId§participant: ConferenceParticipantTrait Implementations§
Source§impl Clone for AddParticipantRequest
impl Clone for AddParticipantRequest
Source§fn clone(&self) -> AddParticipantRequest
fn clone(&self) -> AddParticipantRequest
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 AddParticipantRequest
impl Debug for AddParticipantRequest
impl Eq for AddParticipantRequest
Source§impl PartialEq for AddParticipantRequest
impl PartialEq for AddParticipantRequest
impl StructuralPartialEq for AddParticipantRequest
Auto Trait Implementations§
impl Freeze for AddParticipantRequest
impl RefUnwindSafe for AddParticipantRequest
impl Send for AddParticipantRequest
impl Sync for AddParticipantRequest
impl Unpin for AddParticipantRequest
impl UnsafeUnpin for AddParticipantRequest
impl UnwindSafe for AddParticipantRequest
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