pub enum GroupCallStream {
GroupCallStream(GroupCallStream),
}Variants§
GroupCallStream(GroupCallStream)
Describes an available stream in a video chat or a live story
Trait Implementations§
Source§impl Clone for GroupCallStream
impl Clone for GroupCallStream
Source§fn clone(&self) -> GroupCallStream
fn clone(&self) -> GroupCallStream
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 GroupCallStream
impl Debug for GroupCallStream
Source§impl<'de> Deserialize<'de> for GroupCallStream
impl<'de> Deserialize<'de> for GroupCallStream
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 GroupCallStream
impl PartialEq for GroupCallStream
Source§impl Serialize for GroupCallStream
impl Serialize for GroupCallStream
impl StructuralPartialEq for GroupCallStream
Auto Trait Implementations§
impl Freeze for GroupCallStream
impl RefUnwindSafe for GroupCallStream
impl Send for GroupCallStream
impl Sync for GroupCallStream
impl Unpin for GroupCallStream
impl UnsafeUnpin for GroupCallStream
impl UnwindSafe for GroupCallStream
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