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