pub enum PluginInstallPolicySource {
WORKSPACE_SETTING,
IMPLICIT_CANONICAL_APP,
}Variants§
Trait Implementations§
Source§impl Clone for PluginInstallPolicySource
impl Clone for PluginInstallPolicySource
Source§fn clone(&self) -> PluginInstallPolicySource
fn clone(&self) -> PluginInstallPolicySource
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 PluginInstallPolicySource
impl Debug for PluginInstallPolicySource
Source§impl<'de> Deserialize<'de> for PluginInstallPolicySource
impl<'de> Deserialize<'de> for PluginInstallPolicySource
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 PluginInstallPolicySource
impl StructuralPartialEq for PluginInstallPolicySource
Auto Trait Implementations§
impl Freeze for PluginInstallPolicySource
impl RefUnwindSafe for PluginInstallPolicySource
impl Send for PluginInstallPolicySource
impl Sync for PluginInstallPolicySource
impl Unpin for PluginInstallPolicySource
impl UnsafeUnpin for PluginInstallPolicySource
impl UnwindSafe for PluginInstallPolicySource
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