pub struct ContextDecisionSummary {
pub name: String,
pub date: String,
pub reason_prefix: String,
pub impacts: Vec<String>,
}Fields§
§name: String§date: String§reason_prefix: String§impacts: Vec<String>Trait Implementations§
Source§impl Clone for ContextDecisionSummary
impl Clone for ContextDecisionSummary
Source§fn clone(&self) -> ContextDecisionSummary
fn clone(&self) -> ContextDecisionSummary
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 ContextDecisionSummary
impl Debug for ContextDecisionSummary
Auto Trait Implementations§
impl Freeze for ContextDecisionSummary
impl RefUnwindSafe for ContextDecisionSummary
impl Send for ContextDecisionSummary
impl Sync for ContextDecisionSummary
impl Unpin for ContextDecisionSummary
impl UnsafeUnpin for ContextDecisionSummary
impl UnwindSafe for ContextDecisionSummary
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