Struct async_graphql::types::connection::EnableNodesField
source · pub struct EnableNodesField;
Expand description
Enable (at compile time) nodes
field in GQL output of Connection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnableNodesField
impl RefUnwindSafe for EnableNodesField
impl Send for EnableNodesField
impl Sync for EnableNodesField
impl Unpin for EnableNodesField
impl UnwindSafe for EnableNodesField
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