pub struct RSPQLParser {
pub rspql_query: String,
}Fields§
§rspql_query: StringImplementations§
Source§impl RSPQLParser
impl RSPQLParser
Auto Trait Implementations§
impl Freeze for RSPQLParser
impl RefUnwindSafe for RSPQLParser
impl Send for RSPQLParser
impl Sync for RSPQLParser
impl Unpin for RSPQLParser
impl UnwindSafe for RSPQLParser
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