pub struct RuntimeTransportConfig {
pub codec: RuntimeCodecConfig,
pub envelope: RuntimeEnvelopeConfig,
}Fields§
§codec: RuntimeCodecConfig§envelope: RuntimeEnvelopeConfigTrait Implementations§
Source§impl Clone for RuntimeTransportConfig
impl Clone for RuntimeTransportConfig
Source§fn clone(&self) -> RuntimeTransportConfig
fn clone(&self) -> RuntimeTransportConfig
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 RuntimeTransportConfig
impl Debug for RuntimeTransportConfig
Source§impl Default for RuntimeTransportConfig
impl Default for RuntimeTransportConfig
Source§fn default() -> RuntimeTransportConfig
fn default() -> RuntimeTransportConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuntimeTransportConfig
impl<'de> Deserialize<'de> for RuntimeTransportConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RuntimeTransportConfig
impl PartialEq for RuntimeTransportConfig
Source§impl Serialize for RuntimeTransportConfig
impl Serialize for RuntimeTransportConfig
impl Eq for RuntimeTransportConfig
impl StructuralPartialEq for RuntimeTransportConfig
Auto Trait Implementations§
impl Freeze for RuntimeTransportConfig
impl RefUnwindSafe for RuntimeTransportConfig
impl Send for RuntimeTransportConfig
impl Sync for RuntimeTransportConfig
impl Unpin for RuntimeTransportConfig
impl UnsafeUnpin for RuntimeTransportConfig
impl UnwindSafe for RuntimeTransportConfig
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