pub enum WritingOutcome {
SentUnchanged,
SentEdited,
}Expand description
What a released draft says about how it was written.
Variants§
SentUnchanged
The owner sent it as drafted. Positive evidence.
SentEdited
The owner rewrote it before sending. The correction reflect mines.
Trait Implementations§
Source§impl Clone for WritingOutcome
impl Clone for WritingOutcome
Source§fn clone(&self) -> WritingOutcome
fn clone(&self) -> WritingOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WritingOutcome
Source§impl Debug for WritingOutcome
impl Debug for WritingOutcome
impl Eq for WritingOutcome
Source§impl PartialEq for WritingOutcome
impl PartialEq for WritingOutcome
impl StructuralPartialEq for WritingOutcome
Auto Trait Implementations§
impl Freeze for WritingOutcome
impl RefUnwindSafe for WritingOutcome
impl Send for WritingOutcome
impl Sync for WritingOutcome
impl Unpin for WritingOutcome
impl UnsafeUnpin for WritingOutcome
impl UnwindSafe for WritingOutcome
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