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