pub struct UpdateMessageDataInput;
Trait Implementations§
impl HasInputField<contents, Option<JSON>> for UpdateMessageDataInput
impl HasInputField<data, UpdateMessageDataInput> for UpdateMessageInput
impl HasInputField<legacyData, Option<JSON>> for UpdateMessageDataInput
impl InputObjectMarker for UpdateMessageDataInput
Auto Trait Implementations§
impl Freeze for UpdateMessageDataInput
impl RefUnwindSafe for UpdateMessageDataInput
impl Send for UpdateMessageDataInput
impl Sync for UpdateMessageDataInput
impl Unpin for UpdateMessageDataInput
impl UnwindSafe for UpdateMessageDataInput
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