pub enum IncludeCfgInfo {
No,
Yes,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IncludeCfgInfo
impl Clone for IncludeCfgInfo
Source§fn clone(&self) -> IncludeCfgInfo
fn clone(&self) -> IncludeCfgInfo
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 IncludeCfgInfo
Source§impl Debug for IncludeCfgInfo
impl Debug for IncludeCfgInfo
Source§impl Default for IncludeCfgInfo
impl Default for IncludeCfgInfo
impl Eq for IncludeCfgInfo
Source§impl Hash for IncludeCfgInfo
impl Hash for IncludeCfgInfo
Source§impl PartialEq for IncludeCfgInfo
impl PartialEq for IncludeCfgInfo
Source§fn eq(&self, other: &IncludeCfgInfo) -> bool
fn eq(&self, other: &IncludeCfgInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IncludeCfgInfo
Auto Trait Implementations§
impl Freeze for IncludeCfgInfo
impl RefUnwindSafe for IncludeCfgInfo
impl Send for IncludeCfgInfo
impl Sync for IncludeCfgInfo
impl Unpin for IncludeCfgInfo
impl UnsafeUnpin for IncludeCfgInfo
impl UnwindSafe for IncludeCfgInfo
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