pub struct ActiveStoryStateLive {
pub story_id: i32,
}Expand description
The chat has an active live story
Fields§
§story_id: i32Identifier of the active live story
Trait Implementations§
Source§impl Clone for ActiveStoryStateLive
impl Clone for ActiveStoryStateLive
Source§fn clone(&self) -> ActiveStoryStateLive
fn clone(&self) -> ActiveStoryStateLive
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 ActiveStoryStateLive
impl Debug for ActiveStoryStateLive
Source§impl Default for ActiveStoryStateLive
impl Default for ActiveStoryStateLive
Source§fn default() -> ActiveStoryStateLive
fn default() -> ActiveStoryStateLive
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActiveStoryStateLive
impl<'de> Deserialize<'de> for ActiveStoryStateLive
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 ActiveStoryStateLive
impl PartialEq for ActiveStoryStateLive
Source§impl Serialize for ActiveStoryStateLive
impl Serialize for ActiveStoryStateLive
impl StructuralPartialEq for ActiveStoryStateLive
Auto Trait Implementations§
impl Freeze for ActiveStoryStateLive
impl RefUnwindSafe for ActiveStoryStateLive
impl Send for ActiveStoryStateLive
impl Sync for ActiveStoryStateLive
impl Unpin for ActiveStoryStateLive
impl UnsafeUnpin for ActiveStoryStateLive
impl UnwindSafe for ActiveStoryStateLive
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