pub enum TaggingEnvironment {
Automatic,
Implicit,
Explicit,
}
Variants§
Trait Implementations§
source§impl Add<&TaggingEnvironment> for &TaggingEnvironment
impl Add<&TaggingEnvironment> for &TaggingEnvironment
§type Output = TaggingEnvironment
type Output = TaggingEnvironment
The resulting type after applying the
+
operator.source§impl Clone for TaggingEnvironment
impl Clone for TaggingEnvironment
source§fn clone(&self) -> TaggingEnvironment
fn clone(&self) -> TaggingEnvironment
Returns a copy 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 TaggingEnvironment
impl Debug for TaggingEnvironment
source§impl PartialEq for TaggingEnvironment
impl PartialEq for TaggingEnvironment
source§fn eq(&self, other: &TaggingEnvironment) -> bool
fn eq(&self, other: &TaggingEnvironment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TaggingEnvironment
impl StructuralPartialEq for TaggingEnvironment
Auto Trait Implementations§
impl Freeze for TaggingEnvironment
impl RefUnwindSafe for TaggingEnvironment
impl Send for TaggingEnvironment
impl Sync for TaggingEnvironment
impl Unpin for TaggingEnvironment
impl UnwindSafe for TaggingEnvironment
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