Struct livekit_api::services::ingress::IngressOptions
source · pub struct IngressOptions {
pub name: String,
pub room_name: String,
pub participant_identity: String,
pub participant_name: String,
pub audio: IngressAudioOptions,
pub video: IngressVideoOptions,
}Fields§
§name: String§room_name: String§participant_identity: String§participant_name: String§audio: IngressAudioOptions§video: IngressVideoOptionsTrait Implementations§
source§impl Clone for IngressOptions
impl Clone for IngressOptions
source§fn clone(&self) -> IngressOptions
fn clone(&self) -> IngressOptions
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 IngressOptions
impl Debug for IngressOptions
source§impl Default for IngressOptions
impl Default for IngressOptions
source§fn default() -> IngressOptions
fn default() -> IngressOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for IngressOptions
impl Send for IngressOptions
impl Sync for IngressOptions
impl Unpin for IngressOptions
impl UnwindSafe for IngressOptions
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