pub enum TaggingEnvironment {
Automatic,
Implicit,
Explicit,
}
Variants§
Trait Implementations§
source§impl Add<&TaggingEnvironment> for &TaggingEnvironment
impl Add<&TaggingEnvironment> for &TaggingEnvironment
source§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 Default for TaggingEnvironment
impl Default for TaggingEnvironment
source§fn default() -> TaggingEnvironment
fn default() -> TaggingEnvironment
Returns the “default value” for a type. Read more
source§impl PartialEq for TaggingEnvironment
impl PartialEq for TaggingEnvironment
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)