#[repr(u32)]
pub enum AwsCCrtCommonStatisticsCategory {
AWSCRT_STAT_CAT_INVALID,
}
Variants
AWSCRT_STAT_CAT_INVALID
Trait Implementations
sourceimpl Clone for AwsCCrtCommonStatisticsCategory
impl Clone for AwsCCrtCommonStatisticsCategory
sourcefn clone(&self) -> AwsCCrtCommonStatisticsCategory
fn clone(&self) -> AwsCCrtCommonStatisticsCategory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<AwsCCrtCommonStatisticsCategory> for AwsCCrtCommonStatisticsCategory
impl PartialEq<AwsCCrtCommonStatisticsCategory> for AwsCCrtCommonStatisticsCategory
sourcefn eq(&self, other: &AwsCCrtCommonStatisticsCategory) -> bool
fn eq(&self, other: &AwsCCrtCommonStatisticsCategory) -> bool
impl Copy for AwsCCrtCommonStatisticsCategory
impl Eq for AwsCCrtCommonStatisticsCategory
impl StructuralEq for AwsCCrtCommonStatisticsCategory
impl StructuralPartialEq for AwsCCrtCommonStatisticsCategory
Auto Trait Implementations
impl RefUnwindSafe for AwsCCrtCommonStatisticsCategory
impl Send for AwsCCrtCommonStatisticsCategory
impl Sync for AwsCCrtCommonStatisticsCategory
impl Unpin for AwsCCrtCommonStatisticsCategory
impl UnwindSafe for AwsCCrtCommonStatisticsCategory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more