pub struct UpdateStoryDeleted {
pub story_sender_chat_id: i64,
pub story_id: i32,
}
Expand description
A story became inaccessible
Fields§
§story_sender_chat_id: i64
Identifier of the chat that posted the story
story_id: i32
Story identifier
Trait Implementations§
Source§impl Clone for UpdateStoryDeleted
impl Clone for UpdateStoryDeleted
Source§fn clone(&self) -> UpdateStoryDeleted
fn clone(&self) -> UpdateStoryDeleted
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 UpdateStoryDeleted
impl Debug for UpdateStoryDeleted
Source§impl Default for UpdateStoryDeleted
impl Default for UpdateStoryDeleted
Source§fn default() -> UpdateStoryDeleted
fn default() -> UpdateStoryDeleted
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateStoryDeleted
impl<'de> Deserialize<'de> for UpdateStoryDeleted
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 UpdateStoryDeleted
impl PartialEq for UpdateStoryDeleted
Source§impl Serialize for UpdateStoryDeleted
impl Serialize for UpdateStoryDeleted
impl StructuralPartialEq for UpdateStoryDeleted
Auto Trait Implementations§
impl Freeze for UpdateStoryDeleted
impl RefUnwindSafe for UpdateStoryDeleted
impl Send for UpdateStoryDeleted
impl Sync for UpdateStoryDeleted
impl Unpin for UpdateStoryDeleted
impl UnwindSafe for UpdateStoryDeleted
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