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