pub struct QueryAst {
pub raw: String,
}Fields§
§raw: StringTrait Implementations§
impl Eq for QueryAst
impl StructuralPartialEq for QueryAst
Auto Trait Implementations§
impl Freeze for QueryAst
impl RefUnwindSafe for QueryAst
impl Send for QueryAst
impl Sync for QueryAst
impl Unpin for QueryAst
impl UnsafeUnpin for QueryAst
impl UnwindSafe for QueryAst
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