pub struct StreamAttributes {
pub connector_name: Option<String>,
pub name: Option<String>,
pub status_callback: Option<String>,
pub status_callback_method: Option<String>,
pub track: Option<String>,
pub url: Option<String>,
}Fields§
§connector_name: Option<String>§name: Option<String>§status_callback: Option<String>§status_callback_method: Option<String>§track: Option<String>§url: Option<String>Trait Implementations§
Source§impl Clone for StreamAttributes
impl Clone for StreamAttributes
Source§fn clone(&self) -> StreamAttributes
fn clone(&self) -> StreamAttributes
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 StreamAttributes
impl Debug for StreamAttributes
Source§impl Default for StreamAttributes
impl Default for StreamAttributes
Source§fn default() -> StreamAttributes
fn default() -> StreamAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StreamAttributes
impl RefUnwindSafe for StreamAttributes
impl Send for StreamAttributes
impl Sync for StreamAttributes
impl Unpin for StreamAttributes
impl UnwindSafe for StreamAttributes
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