Struct livekit_api::services::room::UpdateParticipantOptions
source · pub struct UpdateParticipantOptions {
pub metadata: String,
pub permission: Option<ParticipantPermission>,
pub name: String,
}Fields§
§metadata: String§permission: Option<ParticipantPermission>§name: StringTrait Implementations§
source§impl Clone for UpdateParticipantOptions
impl Clone for UpdateParticipantOptions
source§fn clone(&self) -> UpdateParticipantOptions
fn clone(&self) -> UpdateParticipantOptions
Returns a copy 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 UpdateParticipantOptions
impl Debug for UpdateParticipantOptions
source§impl Default for UpdateParticipantOptions
impl Default for UpdateParticipantOptions
source§fn default() -> UpdateParticipantOptions
fn default() -> UpdateParticipantOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for UpdateParticipantOptions
impl Send for UpdateParticipantOptions
impl Sync for UpdateParticipantOptions
impl Unpin for UpdateParticipantOptions
impl UnwindSafe for UpdateParticipantOptions
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