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