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 duplicate 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 Freeze for SendDataOptions
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