pub struct ChatReactionsSome {
pub reactions: Vec<Reaction>,
}Expand description
Generated from:
chatReactionsSome#661d4037 reactions:Vector<Reaction> = ChatReactionsFields§
§reactions: Vec<Reaction>Trait Implementations§
Source§impl Clone for ChatReactionsSome
impl Clone for ChatReactionsSome
Source§fn clone(&self) -> ChatReactionsSome
fn clone(&self) -> ChatReactionsSome
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 ChatReactionsSome
impl Debug for ChatReactionsSome
Source§impl Deserializable for ChatReactionsSome
impl Deserializable for ChatReactionsSome
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<ChatReactionsSome> for ChatReactions
impl From<ChatReactionsSome> for ChatReactions
Source§fn from(x: ChatReactionsSome) -> Self
fn from(x: ChatReactionsSome) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ChatReactionsSome
impl Identifiable for ChatReactionsSome
Source§const CONSTRUCTOR_ID: u32 = 0x661d4037
const CONSTRUCTOR_ID: u32 = 0x661d4037
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChatReactionsSome
impl PartialEq for ChatReactionsSome
Source§impl Serializable for ChatReactionsSome
impl Serializable for ChatReactionsSome
Source§impl TryFrom<ChatReactions> for ChatReactionsSome
impl TryFrom<ChatReactions> for ChatReactionsSome
Source§type Error = ChatReactions
type Error = ChatReactions
The type returned in the event of a conversion error.
impl StructuralPartialEq for ChatReactionsSome
Auto Trait Implementations§
impl Freeze for ChatReactionsSome
impl RefUnwindSafe for ChatReactionsSome
impl Send for ChatReactionsSome
impl Sync for ChatReactionsSome
impl Unpin for ChatReactionsSome
impl UnsafeUnpin for ChatReactionsSome
impl UnwindSafe for ChatReactionsSome
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