pub struct RabbitMqContext {
pub node: Option<String>,
pub description: String,
pub path: String,
pub cowboy_opts: String,
pub port: String,
pub protocol: Option<String>,
}
Fields§
§node: Option<String>
§description: String
§path: String
§cowboy_opts: String
§port: String
§protocol: Option<String>
Trait Implementations§
Source§impl Debug for RabbitMqContext
impl Debug for RabbitMqContext
Source§impl<'de> Deserialize<'de> for RabbitMqContext
impl<'de> Deserialize<'de> for RabbitMqContext
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
Auto Trait Implementations§
impl Freeze for RabbitMqContext
impl RefUnwindSafe for RabbitMqContext
impl Send for RabbitMqContext
impl Sync for RabbitMqContext
impl Unpin for RabbitMqContext
impl UnwindSafe for RabbitMqContext
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