pub struct PathThreadQuery {
pub uri: String,
pub scope_path: String,
pub providers: Option<Vec<ProviderKind>>,
pub q: Option<String>,
pub limit: usize,
pub ignored_params: Vec<String>,
}Fields§
§uri: String§scope_path: String§providers: Option<Vec<ProviderKind>>§q: Option<String>§limit: usize§ignored_params: Vec<String>Trait Implementations§
Source§impl Clone for PathThreadQuery
impl Clone for PathThreadQuery
Source§fn clone(&self) -> PathThreadQuery
fn clone(&self) -> PathThreadQuery
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 PathThreadQuery
impl Debug for PathThreadQuery
Source§impl PartialEq for PathThreadQuery
impl PartialEq for PathThreadQuery
Source§impl Serialize for PathThreadQuery
impl Serialize for PathThreadQuery
impl Eq for PathThreadQuery
impl StructuralPartialEq for PathThreadQuery
Auto Trait Implementations§
impl Freeze for PathThreadQuery
impl RefUnwindSafe for PathThreadQuery
impl Send for PathThreadQuery
impl Sync for PathThreadQuery
impl Unpin for PathThreadQuery
impl UnsafeUnpin for PathThreadQuery
impl UnwindSafe for PathThreadQuery
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