Struct livekit_api::services::room::SendDataOptions
source · pub struct SendDataOptions {
pub kind: Kind,
pub destination_sids: Vec<String>,
pub destination_identities: Vec<String>,
pub topic: Option<String>,
}Fields§
§kind: Kind§destination_sids: Vec<String>👎Deprecated: Use destination_identities instead
§destination_identities: Vec<String>§topic: Option<String>Trait Implementations§
source§impl Clone for SendDataOptions
impl Clone for SendDataOptions
source§fn clone(&self) -> SendDataOptions
fn clone(&self) -> SendDataOptions
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 SendDataOptions
impl Debug for SendDataOptions
source§impl Default for SendDataOptions
impl Default for SendDataOptions
source§fn default() -> SendDataOptions
fn default() -> SendDataOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SendDataOptions
impl Send for SendDataOptions
impl Sync for SendDataOptions
impl Unpin for SendDataOptions
impl UnwindSafe for SendDataOptions
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