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