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