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