pub struct SingleConversationInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleConversationInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleConversationInput
impl HasInputField<selector, Option<SelectorInput>> for SingleConversationInput
impl InputObjectMarker for SingleConversationInput
Auto Trait Implementations§
impl Freeze for SingleConversationInput
impl RefUnwindSafe for SingleConversationInput
impl Send for SingleConversationInput
impl Sync for SingleConversationInput
impl Unpin for SingleConversationInput
impl UnwindSafe for SingleConversationInput
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