pub struct CanPostStoryResultLiveStoryIsActive {
pub story_id: i32,
}Expand description
The user or the chat has an active live story. The live story must be deleted first
Fields§
§story_id: i32Identifier of the active live story
Trait Implementations§
Source§impl Clone for CanPostStoryResultLiveStoryIsActive
impl Clone for CanPostStoryResultLiveStoryIsActive
Source§fn clone(&self) -> CanPostStoryResultLiveStoryIsActive
fn clone(&self) -> CanPostStoryResultLiveStoryIsActive
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CanPostStoryResultLiveStoryIsActive
impl Default for CanPostStoryResultLiveStoryIsActive
Source§fn default() -> CanPostStoryResultLiveStoryIsActive
fn default() -> CanPostStoryResultLiveStoryIsActive
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CanPostStoryResultLiveStoryIsActive
impl<'de> Deserialize<'de> for CanPostStoryResultLiveStoryIsActive
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 CanPostStoryResultLiveStoryIsActive
impl PartialEq for CanPostStoryResultLiveStoryIsActive
Source§fn eq(&self, other: &CanPostStoryResultLiveStoryIsActive) -> bool
fn eq(&self, other: &CanPostStoryResultLiveStoryIsActive) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CanPostStoryResultLiveStoryIsActive
Auto Trait Implementations§
impl Freeze for CanPostStoryResultLiveStoryIsActive
impl RefUnwindSafe for CanPostStoryResultLiveStoryIsActive
impl Send for CanPostStoryResultLiveStoryIsActive
impl Sync for CanPostStoryResultLiveStoryIsActive
impl Unpin for CanPostStoryResultLiveStoryIsActive
impl UnsafeUnpin for CanPostStoryResultLiveStoryIsActive
impl UnwindSafe for CanPostStoryResultLiveStoryIsActive
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