pub struct ChannelFlowOptions {
pub active: Boolean,
}
๐Deprecated: use lapin instead
Fieldsยง
ยงactive: Boolean
๐Deprecated: use lapin instead
Trait Implementationsยง
Sourceยงimpl Clone for ChannelFlowOptions
impl Clone for ChannelFlowOptions
Sourceยงfn clone(&self) -> ChannelFlowOptions
fn clone(&self) -> ChannelFlowOptions
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 ChannelFlowOptions
impl Debug for ChannelFlowOptions
Sourceยงimpl Default for ChannelFlowOptions
impl Default for ChannelFlowOptions
Sourceยงfn default() -> ChannelFlowOptions
fn default() -> ChannelFlowOptions
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl PartialEq for ChannelFlowOptions
impl PartialEq for ChannelFlowOptions
impl StructuralPartialEq for ChannelFlowOptions
Auto Trait Implementationsยง
impl Freeze for ChannelFlowOptions
impl RefUnwindSafe for ChannelFlowOptions
impl Send for ChannelFlowOptions
impl Sync for ChannelFlowOptions
impl Unpin for ChannelFlowOptions
impl UnwindSafe for ChannelFlowOptions
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