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