Struct lapin_async::uri::AMQPQueryString
source · Fields
frame_max: Option<u32>heartbeat: Option<u16>Trait Implementations
sourceimpl Clone for AMQPQueryString
impl Clone for AMQPQueryString
sourcefn clone(&self) -> AMQPQueryString
fn clone(&self) -> AMQPQueryString
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AMQPQueryString
impl Debug for AMQPQueryString
sourceimpl Default for AMQPQueryString
impl Default for AMQPQueryString
sourcefn default() -> AMQPQueryString
fn default() -> AMQPQueryString
Returns the “default value” for a type. Read more
sourceimpl PartialEq<AMQPQueryString> for AMQPQueryString
impl PartialEq<AMQPQueryString> for AMQPQueryString
sourcefn eq(&self, other: &AMQPQueryString) -> bool
fn eq(&self, other: &AMQPQueryString) -> bool
impl StructuralPartialEq for AMQPQueryString
Auto Trait Implementations
impl RefUnwindSafe for AMQPQueryString
impl Send for AMQPQueryString
impl Sync for AMQPQueryString
impl Unpin for AMQPQueryString
impl UnwindSafe for AMQPQueryString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more