pub struct PathThreadQueryResult {
pub query: PathThreadQuery,
pub items: Vec<ThreadQueryItem>,
pub warnings: Vec<String>,
}Fields§
§query: PathThreadQuery§items: Vec<ThreadQueryItem>§warnings: Vec<String>Trait Implementations§
Source§impl Clone for PathThreadQueryResult
impl Clone for PathThreadQueryResult
Source§fn clone(&self) -> PathThreadQueryResult
fn clone(&self) -> PathThreadQueryResult
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 PathThreadQueryResult
impl Debug for PathThreadQueryResult
Source§impl PartialEq for PathThreadQueryResult
impl PartialEq for PathThreadQueryResult
Source§impl Serialize for PathThreadQueryResult
impl Serialize for PathThreadQueryResult
impl Eq for PathThreadQueryResult
impl StructuralPartialEq for PathThreadQueryResult
Auto Trait Implementations§
impl Freeze for PathThreadQueryResult
impl RefUnwindSafe for PathThreadQueryResult
impl Send for PathThreadQueryResult
impl Sync for PathThreadQueryResult
impl Unpin for PathThreadQueryResult
impl UnsafeUnpin for PathThreadQueryResult
impl UnwindSafe for PathThreadQueryResult
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