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§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
impl Eq for PluginNotify
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§impl Serialize for PluginNotify
impl Serialize 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