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