pub struct ChannelStatus { /* private fields */ }
๐Deprecated: use lapin instead
Implementationsยง
Sourceยงimpl ChannelStatus
impl ChannelStatus
pub fn is_initializing(&self) -> bool
๐Deprecated: use lapin instead
pub fn is_closing(&self) -> bool
๐Deprecated: use lapin instead
pub fn is_connected(&self) -> bool
๐Deprecated: use lapin instead
pub fn confirm(&self) -> bool
๐Deprecated: use lapin instead
pub fn state(&self) -> ChannelState
๐Deprecated: use lapin instead
Trait Implementationsยง
Sourceยงimpl Clone for ChannelStatus
impl Clone for ChannelStatus
Sourceยงfn clone(&self) -> ChannelStatus
fn clone(&self) -> ChannelStatus
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 ChannelStatus
impl Debug for ChannelStatus
Sourceยงimpl Default for ChannelStatus
impl Default for ChannelStatus
Sourceยงfn default() -> ChannelStatus
fn default() -> ChannelStatus
Returns the โdefault valueโ for a type. Read more
Auto Trait Implementationsยง
impl Freeze for ChannelStatus
impl !RefUnwindSafe for ChannelStatus
impl Send for ChannelStatus
impl Sync for ChannelStatus
impl Unpin for ChannelStatus
impl !UnwindSafe for ChannelStatus
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