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