Enum redmine_api::api::issues::IssueListInclude
source · [−]pub enum IssueListInclude {
Attachments,
Relations,
}Expand description
The types of associated data which can be fetched along with a issue
Variants
Attachments
Issue Attachments
Relations
Issue relations
Trait Implementations
sourceimpl Clone for IssueListInclude
impl Clone for IssueListInclude
sourcefn clone(&self) -> IssueListInclude
fn clone(&self) -> IssueListInclude
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IssueListInclude
impl Debug for IssueListInclude
Auto Trait Implementations
impl RefUnwindSafe for IssueListInclude
impl Send for IssueListInclude
impl Sync for IssueListInclude
impl Unpin for IssueListInclude
impl UnwindSafe for IssueListInclude
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more