pub struct StickerFind<'a> { /* private fields */ }Expand description
sticker find command
Implementations§
Trait Implementations§
Source§impl<'a> Clone for StickerFind<'a>
impl<'a> Clone for StickerFind<'a>
Source§fn clone(&self) -> StickerFind<'a>
fn clone(&self) -> StickerFind<'a>
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<'a> Command for StickerFind<'a>
impl<'a> Command for StickerFind<'a>
Source§type Response = StickerFind
type Response = StickerFind
The response this command will return.
Source§fn command(&self) -> RawCommand
fn command(&self) -> RawCommand
Create the raw command representation for transmission.
Source§impl<'a> Debug for StickerFind<'a>
impl<'a> Debug for StickerFind<'a>
Source§impl<'a> PartialEq for StickerFind<'a>
impl<'a> PartialEq for StickerFind<'a>
impl<'a> Eq for StickerFind<'a>
impl<'a> StructuralPartialEq for StickerFind<'a>
Auto Trait Implementations§
impl<'a> Freeze for StickerFind<'a>
impl<'a> RefUnwindSafe for StickerFind<'a>
impl<'a> Send for StickerFind<'a>
impl<'a> Sync for StickerFind<'a>
impl<'a> Unpin for StickerFind<'a>
impl<'a> UnwindSafe for StickerFind<'a>
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