pub struct NatsConfig {
pub name: Option<String>,
}Fields§
§name: Option<String>Trait Implementations§
Source§impl Clone for NatsConfig
impl Clone for NatsConfig
Source§fn clone(&self) -> NatsConfig
fn clone(&self) -> NatsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NatsConfig
impl Debug for NatsConfig
Source§impl Default for NatsConfig
impl Default for NatsConfig
Source§fn default() -> NatsConfig
fn default() -> NatsConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NatsConfig
impl RefUnwindSafe for NatsConfig
impl Send for NatsConfig
impl Sync for NatsConfig
impl Unpin for NatsConfig
impl UnsafeUnpin for NatsConfig
impl UnwindSafe for NatsConfig
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