pub struct projects;Trait Implementations§
impl HasInputField<projects, Vec<JiraProjectDataInput>> for JiraSettingsInput
Auto Trait Implementations§
impl Freeze for projects
impl RefUnwindSafe for projects
impl Send for projects
impl Sync for projects
impl Unpin for projects
impl UnwindSafe for projects
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