pub struct NatsTransportConfig {
pub outbound_buffer: usize,
}Fields§
§outbound_buffer: usizeTrait Implementations§
Source§impl Clone for NatsTransportConfig
impl Clone for NatsTransportConfig
Source§fn clone(&self) -> NatsTransportConfig
fn clone(&self) -> NatsTransportConfig
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 NatsTransportConfig
impl Debug for NatsTransportConfig
Auto Trait Implementations§
impl Freeze for NatsTransportConfig
impl RefUnwindSafe for NatsTransportConfig
impl Send for NatsTransportConfig
impl Sync for NatsTransportConfig
impl Unpin for NatsTransportConfig
impl UnwindSafe for NatsTransportConfig
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