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