pub struct FlowOkMethod {
pub active: bool,
}Fields§
§active: boolTrait Implementations§
Source§impl Clone for FlowOkMethod
impl Clone for FlowOkMethod
Source§fn clone(&self) -> FlowOkMethod
fn clone(&self) -> FlowOkMethod
Returns a duplicate 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 FlowOkMethod
impl Debug for FlowOkMethod
Source§impl PartialEq for FlowOkMethod
impl PartialEq for FlowOkMethod
impl StructuralPartialEq for FlowOkMethod
Auto Trait Implementations§
impl Freeze for FlowOkMethod
impl RefUnwindSafe for FlowOkMethod
impl Send for FlowOkMethod
impl Sync for FlowOkMethod
impl Unpin for FlowOkMethod
impl UnwindSafe for FlowOkMethod
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