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