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