pub struct AttachmentUpdateInput;Trait Implementations§
impl HasInputField<iconUrl, Option<String>> for AttachmentUpdateInput
impl HasInputField<metadata, Option<JSONObject>> for AttachmentUpdateInput
impl HasInputField<subtitle, Option<String>> for AttachmentUpdateInput
impl HasInputField<title, String> for AttachmentUpdateInput
impl InputObjectMarker for AttachmentUpdateInput
Auto Trait Implementations§
impl Freeze for AttachmentUpdateInput
impl RefUnwindSafe for AttachmentUpdateInput
impl Send for AttachmentUpdateInput
impl Sync for AttachmentUpdateInput
impl Unpin for AttachmentUpdateInput
impl UnwindSafe for AttachmentUpdateInput
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