pub struct AddStreamParams {
pub stream_uri: String,
}
Fields§
§stream_uri: String
Trait Implementations§
Source§impl Clone for AddStreamParams
impl Clone for AddStreamParams
Source§fn clone(&self) -> AddStreamParams
fn clone(&self) -> AddStreamParams
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 AddStreamParams
impl Debug for AddStreamParams
Source§impl<'de> Deserialize<'de> for AddStreamParams
impl<'de> Deserialize<'de> for AddStreamParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AddStreamParams
impl PartialEq for AddStreamParams
Source§impl Serialize for AddStreamParams
impl Serialize for AddStreamParams
impl StructuralPartialEq for AddStreamParams
Auto Trait Implementations§
impl Freeze for AddStreamParams
impl RefUnwindSafe for AddStreamParams
impl Send for AddStreamParams
impl Sync for AddStreamParams
impl Unpin for AddStreamParams
impl UnwindSafe for AddStreamParams
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