Struct lapin_futures_tls_api::lapin::client::ConnectionOptions
source · pub struct ConnectionOptions {
pub username: String,
pub password: String,
pub vhost: String,
pub frame_max: u32,
pub heartbeat: u16,
}Fields§
§username: String§password: String§vhost: String§frame_max: u32§heartbeat: u16Implementations§
source§impl ConnectionOptions
impl ConnectionOptions
pub fn from_uri(uri: AMQPUri) -> ConnectionOptions
Trait Implementations§
source§impl Clone for ConnectionOptions
impl Clone for ConnectionOptions
source§fn clone(&self) -> ConnectionOptions
fn clone(&self) -> ConnectionOptions
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 ConnectionOptions
impl Debug for ConnectionOptions
source§impl Default for ConnectionOptions
impl Default for ConnectionOptions
source§fn default() -> ConnectionOptions
fn default() -> ConnectionOptions
Returns the “default value” for a type. Read more
source§impl FromStr for ConnectionOptions
impl FromStr for ConnectionOptions
source§impl PartialEq for ConnectionOptions
impl PartialEq for ConnectionOptions
source§fn eq(&self, other: &ConnectionOptions) -> bool
fn eq(&self, other: &ConnectionOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConnectionOptions
Auto Trait Implementations§
impl Freeze for ConnectionOptions
impl RefUnwindSafe for ConnectionOptions
impl Send for ConnectionOptions
impl Sync for ConnectionOptions
impl Unpin for ConnectionOptions
impl UnwindSafe for ConnectionOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)