pub struct ChannelParticipantsBots {}Expand description
Generated from:
channelParticipantsBots#b0d1865b = ChannelParticipantsFilterTrait Implementations§
Source§impl Clone for ChannelParticipantsBots
impl Clone for ChannelParticipantsBots
Source§fn clone(&self) -> ChannelParticipantsBots
fn clone(&self) -> ChannelParticipantsBots
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 ChannelParticipantsBots
impl Debug for ChannelParticipantsBots
Source§impl Deserializable for ChannelParticipantsBots
impl Deserializable for ChannelParticipantsBots
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<ChannelParticipantsBots> for ChannelParticipantsFilter
impl From<ChannelParticipantsBots> for ChannelParticipantsFilter
Source§fn from(_x: ChannelParticipantsBots) -> Self
fn from(_x: ChannelParticipantsBots) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ChannelParticipantsBots
impl Identifiable for ChannelParticipantsBots
Source§const CONSTRUCTOR_ID: u32 = 0xb0d1865b
const CONSTRUCTOR_ID: u32 = 0xb0d1865b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChannelParticipantsBots
impl PartialEq for ChannelParticipantsBots
impl StructuralPartialEq for ChannelParticipantsBots
Auto Trait Implementations§
impl Freeze for ChannelParticipantsBots
impl RefUnwindSafe for ChannelParticipantsBots
impl Send for ChannelParticipantsBots
impl Sync for ChannelParticipantsBots
impl Unpin for ChannelParticipantsBots
impl UnsafeUnpin for ChannelParticipantsBots
impl UnwindSafe for ChannelParticipantsBots
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