pub struct StateCommandReport {
pub ok: bool,
pub command: String,
pub frontier: String,
pub finding_id: String,
pub proposal_id: String,
pub proposal_status: String,
pub applied_event_id: Option<String>,
pub wrote_to: String,
pub message: String,
}Fields§
§ok: bool§command: String§frontier: String§finding_id: String§proposal_id: String§proposal_status: String§applied_event_id: Option<String>§wrote_to: String§message: StringTrait Implementations§
Source§impl Clone for StateCommandReport
impl Clone for StateCommandReport
Source§fn clone(&self) -> StateCommandReport
fn clone(&self) -> StateCommandReport
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 StateCommandReport
impl Debug for StateCommandReport
Auto Trait Implementations§
impl Freeze for StateCommandReport
impl RefUnwindSafe for StateCommandReport
impl Send for StateCommandReport
impl Sync for StateCommandReport
impl Unpin for StateCommandReport
impl UnsafeUnpin for StateCommandReport
impl UnwindSafe for StateCommandReport
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