pub enum ZohoScope {
Show 13 variants
Openid,
Profile,
Email,
AaaServerProfileRead,
Site24x7AccountAll,
Site24x7AccountRead,
Site24x7AdminAll,
Site24x7AdminRead,
Site24x7ReportsAll,
Site24x7ReportsRead,
ZohoCRMUsersALL,
ZohoCRMOrgALL,
Other(String),
}
Expand description
Variants§
Openid
Profile
AaaServerProfileRead
Site24x7AccountAll
Site24x7AccountRead
Site24x7AdminAll
Site24x7AdminRead
Site24x7ReportsAll
Site24x7ReportsRead
ZohoCRMUsersALL
ZohoCRMOrgALL
Other(String)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ZohoScope
impl<'de> Deserialize<'de> for ZohoScope
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 ZohoScope
impl Scope for ZohoScope
impl StructuralPartialEq for ZohoScope
Auto Trait Implementations§
impl Freeze for ZohoScope
impl RefUnwindSafe for ZohoScope
impl Send for ZohoScope
impl Sync for ZohoScope
impl Unpin for ZohoScope
impl UnwindSafe for ZohoScope
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