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