pub enum ProductIntelligenceScope {
Workspace,
TeamHierarchy,
Team,
None,
Unknown,
}Expand description
Internal The scope of product intelligence suggestion data for a team.
Variants§
Trait Implementations§
Source§impl Clone for ProductIntelligenceScope
impl Clone for ProductIntelligenceScope
Source§fn clone(&self) -> ProductIntelligenceScope
fn clone(&self) -> ProductIntelligenceScope
Returns a duplicate 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 ProductIntelligenceScope
impl Debug for ProductIntelligenceScope
Source§impl<'de> Deserialize<'de> for ProductIntelligenceScope
impl<'de> Deserialize<'de> for ProductIntelligenceScope
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
Source§impl PartialEq for ProductIntelligenceScope
impl PartialEq for ProductIntelligenceScope
Source§impl Serialize for ProductIntelligenceScope
impl Serialize for ProductIntelligenceScope
impl Eq for ProductIntelligenceScope
impl StructuralPartialEq for ProductIntelligenceScope
Auto Trait Implementations§
impl Freeze for ProductIntelligenceScope
impl RefUnwindSafe for ProductIntelligenceScope
impl Send for ProductIntelligenceScope
impl Sync for ProductIntelligenceScope
impl Unpin for ProductIntelligenceScope
impl UnwindSafe for ProductIntelligenceScope
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