pub struct JexpIssues {
pub jql: Option<Box<JexpJqlIssues>>,
}
Expand description
JexpIssues : The JQL specifying the issues available in the evaluated Jira expression under the issues
context variable.
Fields§
§jql: Option<Box<JexpJqlIssues>>
The JQL query that specifies the set of issues available in the Jira expression.
Implementations§
Source§impl JexpIssues
impl JexpIssues
Sourcepub fn new() -> JexpIssues
pub fn new() -> JexpIssues
The JQL specifying the issues available in the evaluated Jira expression under the issues
context variable.
Trait Implementations§
Source§impl Clone for JexpIssues
impl Clone for JexpIssues
Source§fn clone(&self) -> JexpIssues
fn clone(&self) -> JexpIssues
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for JexpIssues
impl Debug for JexpIssues
Source§impl Default for JexpIssues
impl Default for JexpIssues
Source§fn default() -> JexpIssues
fn default() -> JexpIssues
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JexpIssues
impl<'de> Deserialize<'de> for JexpIssues
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for JexpIssues
impl PartialEq for JexpIssues
Source§impl Serialize for JexpIssues
impl Serialize for JexpIssues
impl StructuralPartialEq for JexpIssues
Auto Trait Implementations§
impl Freeze for JexpIssues
impl RefUnwindSafe for JexpIssues
impl Send for JexpIssues
impl Sync for JexpIssues
impl Unpin for JexpIssues
impl UnwindSafe for JexpIssues
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