pub struct InputReplyToStory {
pub peer: InputPeer,
pub story_id: i32,
}Expand description
Generated from:
inputReplyToStory#5881323a peer:InputPeer story_id:int = InputReplyToFields§
§peer: InputPeer§story_id: i32Trait Implementations§
Source§impl Clone for InputReplyToStory
impl Clone for InputReplyToStory
Source§fn clone(&self) -> InputReplyToStory
fn clone(&self) -> InputReplyToStory
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 InputReplyToStory
impl Debug for InputReplyToStory
Source§impl Deserializable for InputReplyToStory
impl Deserializable for InputReplyToStory
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<InputReplyToStory> for InputReplyTo
impl From<InputReplyToStory> for InputReplyTo
Source§fn from(x: InputReplyToStory) -> Self
fn from(x: InputReplyToStory) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputReplyToStory
impl Identifiable for InputReplyToStory
Source§const CONSTRUCTOR_ID: u32 = 0x5881323a
const CONSTRUCTOR_ID: u32 = 0x5881323a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputReplyToStory
impl PartialEq for InputReplyToStory
Source§impl Serializable for InputReplyToStory
impl Serializable for InputReplyToStory
Source§impl TryFrom<InputReplyTo> for InputReplyToStory
impl TryFrom<InputReplyTo> for InputReplyToStory
Source§type Error = InputReplyTo
type Error = InputReplyTo
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputReplyToStory
Auto Trait Implementations§
impl Freeze for InputReplyToStory
impl RefUnwindSafe for InputReplyToStory
impl Send for InputReplyToStory
impl Sync for InputReplyToStory
impl Unpin for InputReplyToStory
impl UnsafeUnpin for InputReplyToStory
impl UnwindSafe for InputReplyToStory
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