pub struct ChannelParticipantsMentions {
pub q: Option<String>,
pub top_msg_id: Option<i32>,
}Expand description
Generated from:
channelParticipantsMentions#e04b5ceb flags:# q:flags.0?string top_msg_id:flags.1?int = ChannelParticipantsFilterFields§
§q: Option<String>§top_msg_id: Option<i32>Trait Implementations§
Source§impl Clone for ChannelParticipantsMentions
impl Clone for ChannelParticipantsMentions
Source§fn clone(&self) -> ChannelParticipantsMentions
fn clone(&self) -> ChannelParticipantsMentions
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 ChannelParticipantsMentions
impl Debug for ChannelParticipantsMentions
Source§impl Deserializable for ChannelParticipantsMentions
impl Deserializable for ChannelParticipantsMentions
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<ChannelParticipantsMentions> for ChannelParticipantsFilter
impl From<ChannelParticipantsMentions> for ChannelParticipantsFilter
Source§fn from(x: ChannelParticipantsMentions) -> Self
fn from(x: ChannelParticipantsMentions) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ChannelParticipantsMentions
impl Identifiable for ChannelParticipantsMentions
Source§const CONSTRUCTOR_ID: u32 = 0xe04b5ceb
const CONSTRUCTOR_ID: u32 = 0xe04b5ceb
The constructor ID as specified in the TL schema.
Source§impl TryFrom<ChannelParticipantsFilter> for ChannelParticipantsMentions
impl TryFrom<ChannelParticipantsFilter> for ChannelParticipantsMentions
Source§type Error = ChannelParticipantsFilter
type Error = ChannelParticipantsFilter
The type returned in the event of a conversion error.
impl StructuralPartialEq for ChannelParticipantsMentions
Auto Trait Implementations§
impl Freeze for ChannelParticipantsMentions
impl RefUnwindSafe for ChannelParticipantsMentions
impl Send for ChannelParticipantsMentions
impl Sync for ChannelParticipantsMentions
impl Unpin for ChannelParticipantsMentions
impl UnsafeUnpin for ChannelParticipantsMentions
impl UnwindSafe for ChannelParticipantsMentions
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