pub struct SetStreamResult {
pub stream_id: String,
}
Fields§
§stream_id: String
Trait Implementations§
Source§impl Clone for SetStreamResult
impl Clone for SetStreamResult
Source§fn clone(&self) -> SetStreamResult
fn clone(&self) -> SetStreamResult
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 SetStreamResult
impl Debug for SetStreamResult
Source§impl<'de> Deserialize<'de> for SetStreamResult
impl<'de> Deserialize<'de> for SetStreamResult
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 SetStreamResult
impl PartialEq for SetStreamResult
Source§impl Serialize for SetStreamResult
impl Serialize for SetStreamResult
impl StructuralPartialEq for SetStreamResult
Auto Trait Implementations§
impl Freeze for SetStreamResult
impl RefUnwindSafe for SetStreamResult
impl Send for SetStreamResult
impl Sync for SetStreamResult
impl Unpin for SetStreamResult
impl UnwindSafe for SetStreamResult
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