pub struct MyDialogues;
Trait Implementations§
Source§impl Field for MyDialogues
impl Field for MyDialogues
Source§impl HasArgument<limit> for MyDialogues
impl HasArgument<limit> for MyDialogues
Source§impl HasField<MyDialogues> for Query
impl HasField<MyDialogues> for Query
Source§type Type = Option<MyDialoguesResult>
type Type = Option<MyDialoguesResult>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for MyDialogues
impl RefUnwindSafe for MyDialogues
impl Send for MyDialogues
impl Sync for MyDialogues
impl Unpin for MyDialogues
impl UnwindSafe for MyDialogues
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