pub struct ExpandedQuery {
pub original: String,
pub tokens: Vec<String>,
pub element_kinds: Vec<String>,
pub relationship_kinds: Vec<String>,
}Fields§
§original: String§tokens: Vec<String>§element_kinds: Vec<String>§relationship_kinds: Vec<String>Trait Implementations§
Source§impl Clone for ExpandedQuery
impl Clone for ExpandedQuery
Source§fn clone(&self) -> ExpandedQuery
fn clone(&self) -> ExpandedQuery
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 moreAuto Trait Implementations§
impl Freeze for ExpandedQuery
impl RefUnwindSafe for ExpandedQuery
impl Send for ExpandedQuery
impl Sync for ExpandedQuery
impl Unpin for ExpandedQuery
impl UnsafeUnpin for ExpandedQuery
impl UnwindSafe for ExpandedQuery
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