pub struct UpdateConversationInput;
Trait Implementations§
impl HasInputField<data, UpdateConversationDataInput> for UpdateConversationInput
impl HasInputField<selector, SelectorInput> for UpdateConversationInput
impl InputObjectMarker for UpdateConversationInput
Auto Trait Implementations§
impl Freeze for UpdateConversationInput
impl RefUnwindSafe for UpdateConversationInput
impl Send for UpdateConversationInput
impl Sync for UpdateConversationInput
impl Unpin for UpdateConversationInput
impl UnwindSafe for UpdateConversationInput
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