pub enum PluginDisabledReason {
Disabled_by_admin,
Plan_not_eligible,
Required_app_unavailable,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for PluginDisabledReason
impl Clone for PluginDisabledReason
Source§fn clone(&self) -> PluginDisabledReason
fn clone(&self) -> PluginDisabledReason
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 moreSource§impl Debug for PluginDisabledReason
impl Debug for PluginDisabledReason
Source§impl<'de> Deserialize<'de> for PluginDisabledReason
impl<'de> Deserialize<'de> for PluginDisabledReason
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 PluginDisabledReason
Source§impl PartialEq for PluginDisabledReason
impl PartialEq for PluginDisabledReason
Source§impl Serialize for PluginDisabledReason
impl Serialize for PluginDisabledReason
impl StructuralPartialEq for PluginDisabledReason
Auto Trait Implementations§
impl Freeze for PluginDisabledReason
impl RefUnwindSafe for PluginDisabledReason
impl Send for PluginDisabledReason
impl Sync for PluginDisabledReason
impl Unpin for PluginDisabledReason
impl UnsafeUnpin for PluginDisabledReason
impl UnwindSafe for PluginDisabledReason
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