pub struct PluginActionMatcher {
pub min_selection: u16,
pub max_selection: u16,
pub kinds: Vec<PluginActionTargetKind>,
pub extensions: Vec<String>,
}Fields§
§min_selection: u16§max_selection: u16§kinds: Vec<PluginActionTargetKind>§extensions: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for PluginActionMatcher
impl Clone for PluginActionMatcher
Source§fn clone(&self) -> PluginActionMatcher
fn clone(&self) -> PluginActionMatcher
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 PluginActionMatcher
impl Debug for PluginActionMatcher
Source§impl<'de> Deserialize<'de> for PluginActionMatcher
impl<'de> Deserialize<'de> for PluginActionMatcher
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 PluginActionMatcher
Source§impl PartialEq for PluginActionMatcher
impl PartialEq for PluginActionMatcher
Source§impl Serialize for PluginActionMatcher
impl Serialize for PluginActionMatcher
impl StructuralPartialEq for PluginActionMatcher
Auto Trait Implementations§
impl Freeze for PluginActionMatcher
impl RefUnwindSafe for PluginActionMatcher
impl Send for PluginActionMatcher
impl Sync for PluginActionMatcher
impl Unpin for PluginActionMatcher
impl UnsafeUnpin for PluginActionMatcher
impl UnwindSafe for PluginActionMatcher
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