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