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