pub enum InstalledPluginSourceUrlSource {
Url,
}Expand description
Constant value. Always “url”.
Variants§
Url
Trait Implementations§
Source§impl Clone for InstalledPluginSourceUrlSource
impl Clone for InstalledPluginSourceUrlSource
Source§fn clone(&self) -> InstalledPluginSourceUrlSource
fn clone(&self) -> InstalledPluginSourceUrlSource
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 Default for InstalledPluginSourceUrlSource
impl Default for InstalledPluginSourceUrlSource
Source§fn default() -> InstalledPluginSourceUrlSource
fn default() -> InstalledPluginSourceUrlSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstalledPluginSourceUrlSource
impl<'de> Deserialize<'de> for InstalledPluginSourceUrlSource
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 InstalledPluginSourceUrlSource
Source§impl PartialEq for InstalledPluginSourceUrlSource
impl PartialEq for InstalledPluginSourceUrlSource
Source§fn eq(&self, other: &InstalledPluginSourceUrlSource) -> bool
fn eq(&self, other: &InstalledPluginSourceUrlSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InstalledPluginSourceUrlSource
Auto Trait Implementations§
impl Freeze for InstalledPluginSourceUrlSource
impl RefUnwindSafe for InstalledPluginSourceUrlSource
impl Send for InstalledPluginSourceUrlSource
impl Sync for InstalledPluginSourceUrlSource
impl Unpin for InstalledPluginSourceUrlSource
impl UnsafeUnpin for InstalledPluginSourceUrlSource
impl UnwindSafe for InstalledPluginSourceUrlSource
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