pub struct DynamicRequest { /* private fields */ }Available on crate feature
dynamic-schema only.Expand description
GraphQL request for dynamic schema.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DynamicRequest
impl !RefUnwindSafe for DynamicRequest
impl Send for DynamicRequest
impl Sync for DynamicRequest
impl Unpin for DynamicRequest
impl !UnwindSafe for DynamicRequest
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