pub struct WireBridgeProtobufDecode {
pub envelope: Option<WireBridgeProtobufEnvelope>,
pub status: WireBridgeProtobufStatus,
pub issues: Vec<WireBridgeProtobufIssue>,
}Expand description
WireBridgeProtobufDecode data container.
Fields§
§envelope: Option<WireBridgeProtobufEnvelope>envelope field for envelope.
status: WireBridgeProtobufStatusstatus field for status.
issues: Vec<WireBridgeProtobufIssue>issues field for issues.
Trait Implementations§
Source§impl Clone for WireBridgeProtobufDecode
impl Clone for WireBridgeProtobufDecode
Source§fn clone(&self) -> WireBridgeProtobufDecode
fn clone(&self) -> WireBridgeProtobufDecode
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 WireBridgeProtobufDecode
impl Debug for WireBridgeProtobufDecode
Source§impl PartialEq for WireBridgeProtobufDecode
impl PartialEq for WireBridgeProtobufDecode
impl Eq for WireBridgeProtobufDecode
impl StructuralPartialEq for WireBridgeProtobufDecode
Auto Trait Implementations§
impl Freeze for WireBridgeProtobufDecode
impl RefUnwindSafe for WireBridgeProtobufDecode
impl Send for WireBridgeProtobufDecode
impl Sync for WireBridgeProtobufDecode
impl Unpin for WireBridgeProtobufDecode
impl UnsafeUnpin for WireBridgeProtobufDecode
impl UnwindSafe for WireBridgeProtobufDecode
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.