pub struct StoryContentLive {
pub group_call_id: i32,
pub is_rtmp_stream: bool,
}Expand description
A live story
Fields§
§group_call_id: i32Identifier of the corresponding group call. The group call can be received through the method getGroupCall
is_rtmp_stream: boolTrue, if the call is an RTMP stream instead of an ordinary group call
Trait Implementations§
Source§impl Clone for StoryContentLive
impl Clone for StoryContentLive
Source§fn clone(&self) -> StoryContentLive
fn clone(&self) -> StoryContentLive
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 StoryContentLive
impl Debug for StoryContentLive
Source§impl Default for StoryContentLive
impl Default for StoryContentLive
Source§fn default() -> StoryContentLive
fn default() -> StoryContentLive
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StoryContentLive
impl<'de> Deserialize<'de> for StoryContentLive
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 StoryContentLive
impl PartialEq for StoryContentLive
Source§impl Serialize for StoryContentLive
impl Serialize for StoryContentLive
impl StructuralPartialEq for StoryContentLive
Auto Trait Implementations§
impl Freeze for StoryContentLive
impl RefUnwindSafe for StoryContentLive
impl Send for StoryContentLive
impl Sync for StoryContentLive
impl Unpin for StoryContentLive
impl UnsafeUnpin for StoryContentLive
impl UnwindSafe for StoryContentLive
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