pub struct PushOutcomeText {
pub headline: String,
pub detail_lines: Vec<String>,
}Expand description
Unstyled human text derived from a PushOutcome.
Fields§
§headline: StringPrimary success / partial line.
detail_lines: Vec<String>Follow-on detail lines (force warning, notes visibility, tracking).
Trait Implementations§
Source§impl Clone for PushOutcomeText
impl Clone for PushOutcomeText
Source§fn clone(&self) -> PushOutcomeText
fn clone(&self) -> PushOutcomeText
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 moreSource§impl Debug for PushOutcomeText
impl Debug for PushOutcomeText
impl Eq for PushOutcomeText
Source§impl PartialEq for PushOutcomeText
impl PartialEq for PushOutcomeText
impl StructuralPartialEq for PushOutcomeText
Auto Trait Implementations§
impl Freeze for PushOutcomeText
impl RefUnwindSafe for PushOutcomeText
impl Send for PushOutcomeText
impl Sync for PushOutcomeText
impl Unpin for PushOutcomeText
impl UnsafeUnpin for PushOutcomeText
impl UnwindSafe for PushOutcomeText
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