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