pub struct UpdateSentStoryReaction {
pub peer: Peer,
pub story_id: i32,
pub reaction: Reaction,
}Expand description
Generated from:
updateSentStoryReaction#7d627683 peer:Peer story_id:int reaction:Reaction = UpdateFields§
§peer: Peer§story_id: i32§reaction: ReactionTrait Implementations§
Source§impl Clone for UpdateSentStoryReaction
impl Clone for UpdateSentStoryReaction
Source§fn clone(&self) -> UpdateSentStoryReaction
fn clone(&self) -> UpdateSentStoryReaction
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 UpdateSentStoryReaction
impl Debug for UpdateSentStoryReaction
Source§impl Deserializable for UpdateSentStoryReaction
impl Deserializable for UpdateSentStoryReaction
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateSentStoryReaction> for Update
impl From<UpdateSentStoryReaction> for Update
Source§fn from(x: UpdateSentStoryReaction) -> Self
fn from(x: UpdateSentStoryReaction) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateSentStoryReaction
impl Identifiable for UpdateSentStoryReaction
Source§const CONSTRUCTOR_ID: u32 = 0x7d627683
const CONSTRUCTOR_ID: u32 = 0x7d627683
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateSentStoryReaction
impl PartialEq for UpdateSentStoryReaction
Source§impl TryFrom<Update> for UpdateSentStoryReaction
impl TryFrom<Update> for UpdateSentStoryReaction
impl StructuralPartialEq for UpdateSentStoryReaction
Auto Trait Implementations§
impl Freeze for UpdateSentStoryReaction
impl RefUnwindSafe for UpdateSentStoryReaction
impl Send for UpdateSentStoryReaction
impl Sync for UpdateSentStoryReaction
impl Unpin for UpdateSentStoryReaction
impl UnsafeUnpin for UpdateSentStoryReaction
impl UnwindSafe for UpdateSentStoryReaction
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