pub enum AnalyticsSubjectKind {
Repository,
Service,
Project,
Initiative,
Portfolio,
}Variants§
Trait Implementations§
Source§impl Clone for AnalyticsSubjectKind
impl Clone for AnalyticsSubjectKind
Source§fn clone(&self) -> AnalyticsSubjectKind
fn clone(&self) -> AnalyticsSubjectKind
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 AnalyticsSubjectKind
Source§impl Debug for AnalyticsSubjectKind
impl Debug for AnalyticsSubjectKind
Source§impl<'de> Deserialize<'de> for AnalyticsSubjectKind
impl<'de> Deserialize<'de> for AnalyticsSubjectKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AnalyticsSubjectKind
Source§impl Hash for AnalyticsSubjectKind
impl Hash for AnalyticsSubjectKind
Source§impl PartialEq for AnalyticsSubjectKind
impl PartialEq for AnalyticsSubjectKind
Source§impl Serialize for AnalyticsSubjectKind
impl Serialize for AnalyticsSubjectKind
impl StructuralPartialEq for AnalyticsSubjectKind
Auto Trait Implementations§
impl Freeze for AnalyticsSubjectKind
impl RefUnwindSafe for AnalyticsSubjectKind
impl Send for AnalyticsSubjectKind
impl Sync for AnalyticsSubjectKind
impl Unpin for AnalyticsSubjectKind
impl UnsafeUnpin for AnalyticsSubjectKind
impl UnwindSafe for AnalyticsSubjectKind
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