pub struct participantIds;
Trait Implementations§
Source§impl Field for participantIds
impl Field for participantIds
impl HasInputField<participantIds, Option<Vec<String>>> for UpdateConversationDataInput
Auto Trait Implementations§
impl Freeze for participantIds
impl RefUnwindSafe for participantIds
impl Send for participantIds
impl Sync for participantIds
impl Unpin for participantIds
impl UnwindSafe for participantIds
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