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