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