pub enum IncludeRegFlowInfo {
No,
Yes,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IncludeRegFlowInfo
impl Clone for IncludeRegFlowInfo
Source§fn clone(&self) -> IncludeRegFlowInfo
fn clone(&self) -> IncludeRegFlowInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IncludeRegFlowInfo
Source§impl Debug for IncludeRegFlowInfo
impl Debug for IncludeRegFlowInfo
Source§impl Default for IncludeRegFlowInfo
impl Default for IncludeRegFlowInfo
impl Eq for IncludeRegFlowInfo
Source§impl Hash for IncludeRegFlowInfo
impl Hash for IncludeRegFlowInfo
Source§impl PartialEq for IncludeRegFlowInfo
impl PartialEq for IncludeRegFlowInfo
Source§fn eq(&self, other: &IncludeRegFlowInfo) -> bool
fn eq(&self, other: &IncludeRegFlowInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IncludeRegFlowInfo
Auto Trait Implementations§
impl Freeze for IncludeRegFlowInfo
impl RefUnwindSafe for IncludeRegFlowInfo
impl Send for IncludeRegFlowInfo
impl Sync for IncludeRegFlowInfo
impl Unpin for IncludeRegFlowInfo
impl UnsafeUnpin for IncludeRegFlowInfo
impl UnwindSafe for IncludeRegFlowInfo
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