pub struct GqlParser;
Expand description
GQLパーサー
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GqlParser
impl RefUnwindSafe for GqlParser
impl Send for GqlParser
impl Sync for GqlParser
impl Unpin for GqlParser
impl UnwindSafe for GqlParser
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