pub struct PluginNotify {
pub plugin: String,
pub op: String,
pub input: String,
}Fields§
§plugin: String§op: String§input: StringTrait Implementations§
Source§impl Clone for PluginNotify
impl Clone for PluginNotify
Source§fn clone(&self) -> PluginNotify
fn clone(&self) -> PluginNotify
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 PluginNotify
impl Debug for PluginNotify
Source§impl<'de> Deserialize<'de> for PluginNotify
impl<'de> Deserialize<'de> for PluginNotify
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
Source§impl<'ʄ> Facet<'ʄ> for PluginNotify
impl<'ʄ> Facet<'ʄ> for PluginNotify
Source§impl Operation for PluginNotify
impl Operation for PluginNotify
Source§impl PartialEq for PluginNotify
impl PartialEq for PluginNotify
Source§fn eq(&self, other: &PluginNotify) -> bool
fn eq(&self, other: &PluginNotify) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PluginNotify
impl Serialize for PluginNotify
impl Eq for PluginNotify
impl StructuralPartialEq for PluginNotify
Auto Trait Implementations§
impl Freeze for PluginNotify
impl RefUnwindSafe for PluginNotify
impl Send for PluginNotify
impl Sync for PluginNotify
impl Unpin for PluginNotify
impl UnsafeUnpin for PluginNotify
impl UnwindSafe for PluginNotify
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