pub struct ZipperReasonDetails {
pub code: i32,
pub reason_id: String,
pub message: String,
}Expand description
Specific Zipper reason details when a notable outcome has a catalog entry.
Fields§
§code: i32Numeric crate::proto::chain::zipper::v1::ZipperReasonCode wire value.
reason_id: String§message: StringTrait Implementations§
Source§impl Clone for ZipperReasonDetails
impl Clone for ZipperReasonDetails
Source§fn clone(&self) -> ZipperReasonDetails
fn clone(&self) -> ZipperReasonDetails
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 ZipperReasonDetails
impl Debug for ZipperReasonDetails
Source§impl Default for ZipperReasonDetails
impl Default for ZipperReasonDetails
Source§fn default() -> ZipperReasonDetails
fn default() -> ZipperReasonDetails
Returns the “default value” for a type. Read more
impl Eq for ZipperReasonDetails
Source§impl PartialEq for ZipperReasonDetails
impl PartialEq for ZipperReasonDetails
impl StructuralPartialEq for ZipperReasonDetails
Auto Trait Implementations§
impl Freeze for ZipperReasonDetails
impl RefUnwindSafe for ZipperReasonDetails
impl Send for ZipperReasonDetails
impl Sync for ZipperReasonDetails
impl Unpin for ZipperReasonDetails
impl UnsafeUnpin for ZipperReasonDetails
impl UnwindSafe for ZipperReasonDetails
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.