pub struct DependencyPluginType {
pub default_type: PluginType,
pub patterns: DependencyPatternList,
}Fields§
§default_type: PluginType§patterns: DependencyPatternListTrait Implementations§
Source§impl Clone for DependencyPluginType
impl Clone for DependencyPluginType
Source§fn clone(&self) -> DependencyPluginType
fn clone(&self) -> DependencyPluginType
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 DependencyPluginType
impl Debug for DependencyPluginType
Source§impl<'de> Deserialize<'de> for DependencyPluginType
impl<'de> Deserialize<'de> for DependencyPluginType
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 DependencyPluginType
Source§impl Ord for DependencyPluginType
impl Ord for DependencyPluginType
Source§fn cmp(&self, other: &DependencyPluginType) -> Ordering
fn cmp(&self, other: &DependencyPluginType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DependencyPluginType
impl PartialEq for DependencyPluginType
Source§impl PartialOrd for DependencyPluginType
impl PartialOrd for DependencyPluginType
Source§impl Serialize for DependencyPluginType
impl Serialize for DependencyPluginType
impl StructuralPartialEq for DependencyPluginType
Auto Trait Implementations§
impl Freeze for DependencyPluginType
impl RefUnwindSafe for DependencyPluginType
impl Send for DependencyPluginType
impl Sync for DependencyPluginType
impl Unpin for DependencyPluginType
impl UnsafeUnpin for DependencyPluginType
impl UnwindSafe for DependencyPluginType
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