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