pub struct ModifiedIssue {
pub issue_id: String,
pub title: String,
pub changes: Vec<FieldChange>,
}Fields§
§issue_id: String§title: String§changes: Vec<FieldChange>Trait Implementations§
Source§impl Clone for ModifiedIssue
impl Clone for ModifiedIssue
Source§fn clone(&self) -> ModifiedIssue
fn clone(&self) -> ModifiedIssue
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 ModifiedIssue
impl Debug for ModifiedIssue
Auto Trait Implementations§
impl Freeze for ModifiedIssue
impl RefUnwindSafe for ModifiedIssue
impl Send for ModifiedIssue
impl Sync for ModifiedIssue
impl Unpin for ModifiedIssue
impl UnsafeUnpin for ModifiedIssue
impl UnwindSafe for ModifiedIssue
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