pub struct FlowOk {
pub active: Boolean,
}
Expand description
flow-ok (Generated)
Fields§
§active: Boolean
active (Generated)
Implementations§
Source§impl FlowOk
impl FlowOk
Sourcepub fn get_amqp_class_id(&self) -> Identifier
pub fn get_amqp_class_id(&self) -> Identifier
Get the AMQP class id for flow-ok (Generated)
Sourcepub fn get_amqp_method_id(&self) -> Identifier
pub fn get_amqp_method_id(&self) -> Identifier
Get the AMQP method id for flow-ok (Generated)
Trait Implementations§
impl StructuralPartialEq for FlowOk
Auto Trait Implementations§
impl Freeze for FlowOk
impl RefUnwindSafe for FlowOk
impl Send for FlowOk
impl Sync for FlowOk
impl Unpin for FlowOk
impl UnwindSafe for FlowOk
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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