pub struct DiffDependency {
pub issue_id: String,
pub depends_on_id: String,
pub dep_type: String,
pub created_by: String,
pub created_at: String,
}Fields§
§issue_id: String§depends_on_id: String§dep_type: String§created_by: String§created_at: StringTrait Implementations§
Source§impl Clone for DiffDependency
impl Clone for DiffDependency
Source§fn clone(&self) -> DiffDependency
fn clone(&self) -> DiffDependency
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 DiffDependency
impl Debug for DiffDependency
Auto Trait Implementations§
impl Freeze for DiffDependency
impl RefUnwindSafe for DiffDependency
impl Send for DiffDependency
impl Sync for DiffDependency
impl Unpin for DiffDependency
impl UnsafeUnpin for DiffDependency
impl UnwindSafe for DiffDependency
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