pub struct Search {
pub q: String,
pub limit: i32,
}Expand description
Fields§
§q: String§limit: i32Trait Implementations§
Source§impl Identifiable for Search
impl Identifiable for Search
Source§const CONSTRUCTOR_ID: u32 = 0x11f812d8
const CONSTRUCTOR_ID: u32 = 0x11f812d8
The constructor ID as specified in the TL schema.
Source§impl Serializable for Search
impl Serializable for Search
impl StructuralPartialEq for Search
Auto Trait Implementations§
impl Freeze for Search
impl RefUnwindSafe for Search
impl Send for Search
impl Sync for Search
impl Unpin for Search
impl UnsafeUnpin for Search
impl UnwindSafe for Search
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