pub struct WireBridgeProtobufHelperShape {
pub byte_specific: bool,
pub semantic_wire_bridge_dto: bool,
pub core_wire_bridge_options: bool,
pub protocol_surface: bool,
pub value_codec_registry: bool,
}Expand description
WireBridgeProtobufHelperShape data container.
Fields§
§byte_specific: boolbyte_specific field for byte specific.
semantic_wire_bridge_dto: boolsemantic_wire_bridge_dto field for semantic wire bridge dto.
core_wire_bridge_options: boolcore_wire_bridge_options field for core wire bridge options.
protocol_surface: boolprotocol_surface field for protocol surface.
value_codec_registry: boolvalue_codec_registry field for value codec registry.
Trait Implementations§
Source§impl Clone for WireBridgeProtobufHelperShape
impl Clone for WireBridgeProtobufHelperShape
Source§fn clone(&self) -> WireBridgeProtobufHelperShape
fn clone(&self) -> WireBridgeProtobufHelperShape
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 PartialEq for WireBridgeProtobufHelperShape
impl PartialEq for WireBridgeProtobufHelperShape
Source§fn eq(&self, other: &WireBridgeProtobufHelperShape) -> bool
fn eq(&self, other: &WireBridgeProtobufHelperShape) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WireBridgeProtobufHelperShape
impl Eq for WireBridgeProtobufHelperShape
impl StructuralPartialEq for WireBridgeProtobufHelperShape
Auto Trait Implementations§
impl Freeze for WireBridgeProtobufHelperShape
impl RefUnwindSafe for WireBridgeProtobufHelperShape
impl Send for WireBridgeProtobufHelperShape
impl Sync for WireBridgeProtobufHelperShape
impl Unpin for WireBridgeProtobufHelperShape
impl UnsafeUnpin for WireBridgeProtobufHelperShape
impl UnwindSafe for WireBridgeProtobufHelperShape
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.