pub struct OperationProcessor { /* private fields */ }Implementations§
Source§impl OperationProcessor
impl OperationProcessor
pub fn new() -> OperationProcessor
pub fn process( &self, query: &str, schema: &SchemaDocument<'static, String>, ) -> Result<Option<ProcessedOperation>, String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperationProcessor
impl !RefUnwindSafe for OperationProcessor
impl Send for OperationProcessor
impl Sync for OperationProcessor
impl Unpin for OperationProcessor
impl !UnwindSafe for OperationProcessor
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