pub struct SearchContracts {
pub live: bool,
pub search_text: String,
}Expand description
Contract search parameters.
Fields§
§live: boolWhether to search the live-data catalog.
search_text: StringProvider search text.
Trait Implementations§
Source§impl Clone for SearchContracts
impl Clone for SearchContracts
Source§fn clone(&self) -> SearchContracts
fn clone(&self) -> SearchContracts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SearchContracts
impl Debug for SearchContracts
Auto Trait Implementations§
impl Freeze for SearchContracts
impl RefUnwindSafe for SearchContracts
impl Send for SearchContracts
impl Sync for SearchContracts
impl Unpin for SearchContracts
impl UnsafeUnpin for SearchContracts
impl UnwindSafe for SearchContracts
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