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