pub struct UpdateConversationDataInput;
Trait Implementations§
impl HasInputField<af, Option<bool>> for UpdateConversationDataInput
impl HasInputField<archivedByIds, Option<Vec<String>>> for UpdateConversationDataInput
impl HasInputField<data, UpdateConversationDataInput> for UpdateConversationInput
impl HasInputField<legacyData, Option<JSON>> for UpdateConversationDataInput
impl HasInputField<moderator, Option<bool>> for UpdateConversationDataInput
impl HasInputField<participantIds, Option<Vec<String>>> for UpdateConversationDataInput
impl HasInputField<title, Option<String>> for UpdateConversationDataInput
impl InputObjectMarker for UpdateConversationDataInput
Auto Trait Implementations§
impl Freeze for UpdateConversationDataInput
impl RefUnwindSafe for UpdateConversationDataInput
impl Send for UpdateConversationDataInput
impl Sync for UpdateConversationDataInput
impl Unpin for UpdateConversationDataInput
impl UnwindSafe for UpdateConversationDataInput
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