Struct lapin_futures_tls_api::uri::AMQPQueryString
source · Expand description
The optional query string to pass parameters to the server
Fields§
§frame_max: Option<u32>The maximum size of an AMQP Frame
heartbeat: Option<u16>The maximum time between two heartbeats
Trait Implementations§
source§impl Clone for AMQPQueryString
impl Clone for AMQPQueryString
source§fn clone(&self) -> AMQPQueryString
fn clone(&self) -> AMQPQueryString
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 AMQPQueryString
impl Debug for AMQPQueryString
source§impl Default for AMQPQueryString
impl Default for AMQPQueryString
source§fn default() -> AMQPQueryString
fn default() -> AMQPQueryString
Returns the “default value” for a type. Read more