Struct polyphony_types::config::RabbitMQConfiguration
source · pub struct RabbitMQConfiguration {
pub host: Option<String>,
}Fields§
§host: Option<String>Trait Implementations§
source§impl Clone for RabbitMQConfiguration
impl Clone for RabbitMQConfiguration
source§fn clone(&self) -> RabbitMQConfiguration
fn clone(&self) -> RabbitMQConfiguration
Returns a copy 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 RabbitMQConfiguration
impl Debug for RabbitMQConfiguration
source§impl Default for RabbitMQConfiguration
impl Default for RabbitMQConfiguration
source§fn default() -> RabbitMQConfiguration
fn default() -> RabbitMQConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RabbitMQConfiguration
impl<'de> Deserialize<'de> for RabbitMQConfiguration
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<RabbitMQConfiguration> for RabbitMQConfiguration
impl PartialEq<RabbitMQConfiguration> for RabbitMQConfiguration
source§fn eq(&self, other: &RabbitMQConfiguration) -> bool
fn eq(&self, other: &RabbitMQConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RabbitMQConfiguration
impl Serialize for RabbitMQConfiguration
impl Eq for RabbitMQConfiguration
impl StructuralEq for RabbitMQConfiguration
impl StructuralPartialEq for RabbitMQConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for RabbitMQConfiguration
impl Send for RabbitMQConfiguration
impl Sync for RabbitMQConfiguration
impl Unpin for RabbitMQConfiguration
impl UnwindSafe for RabbitMQConfiguration
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