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