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