pub struct ListSearch {
pub search: String,
pub limit: Limit,
}Fields§
§search: String§limit: LimitTrait Implementations§
Source§impl Clone for ListSearch
impl Clone for ListSearch
Source§fn clone(&self) -> ListSearch
fn clone(&self) -> ListSearch
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 WriteUrlParams for ListSearch
impl WriteUrlParams for ListSearch
Auto Trait Implementations§
impl Freeze for ListSearch
impl RefUnwindSafe for ListSearch
impl Send for ListSearch
impl Sync for ListSearch
impl Unpin for ListSearch
impl UnwindSafe for ListSearch
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