pub struct CommentStatement {
pub issue_id: IssueId,
pub content: String,
}Fields§
§issue_id: IssueId§content: StringTrait Implementations§
Source§impl Clone for CommentStatement
impl Clone for CommentStatement
Source§fn clone(&self) -> CommentStatement
fn clone(&self) -> CommentStatement
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 CommentStatement
impl Debug for CommentStatement
Source§impl PartialEq for CommentStatement
impl PartialEq for CommentStatement
impl StructuralPartialEq for CommentStatement
Auto Trait Implementations§
impl Freeze for CommentStatement
impl RefUnwindSafe for CommentStatement
impl Send for CommentStatement
impl Sync for CommentStatement
impl Unpin for CommentStatement
impl UnwindSafe for CommentStatement
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