pub struct WireEdgeGroupIssue {
pub code: WireEdgeGroupIssueCode,
pub message: String,
pub edge_id: Option<String>,
pub cause_id: Option<String>,
pub active_cause_id: Option<String>,
}Expand description
WireEdgeGroupIssue data container.
Fields§
§code: WireEdgeGroupIssueCodecode field for code.
message: Stringmessage field for message.
edge_id: Option<String>edge_id field for edge id.
cause_id: Option<String>cause_id field for cause id.
active_cause_id: Option<String>active_cause_id field for active cause id.
Trait Implementations§
Source§impl Clone for WireEdgeGroupIssue
impl Clone for WireEdgeGroupIssue
Source§fn clone(&self) -> WireEdgeGroupIssue
fn clone(&self) -> WireEdgeGroupIssue
Returns a duplicate of the value. Read more
1.0.0 · 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 WireEdgeGroupIssue
impl Debug for WireEdgeGroupIssue
Source§impl PartialEq for WireEdgeGroupIssue
impl PartialEq for WireEdgeGroupIssue
impl Eq for WireEdgeGroupIssue
impl StructuralPartialEq for WireEdgeGroupIssue
Auto Trait Implementations§
impl Freeze for WireEdgeGroupIssue
impl RefUnwindSafe for WireEdgeGroupIssue
impl Send for WireEdgeGroupIssue
impl Sync for WireEdgeGroupIssue
impl Unpin for WireEdgeGroupIssue
impl UnsafeUnpin for WireEdgeGroupIssue
impl UnwindSafe for WireEdgeGroupIssue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.