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