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