pub struct PluginActionProbeResponse {
pub protocol: u32,
pub plugin_id: Uuid,
pub actions: Vec<PluginActionMetadata>,
}Fields§
§protocol: u32§plugin_id: Uuid§actions: Vec<PluginActionMetadata>Implementations§
Trait Implementations§
Source§impl Clone for PluginActionProbeResponse
impl Clone for PluginActionProbeResponse
Source§fn clone(&self) -> PluginActionProbeResponse
fn clone(&self) -> PluginActionProbeResponse
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 PluginActionProbeResponse
impl Debug for PluginActionProbeResponse
Source§impl<'de> Deserialize<'de> for PluginActionProbeResponse
impl<'de> Deserialize<'de> for PluginActionProbeResponse
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 PluginActionProbeResponse
impl StructuralPartialEq for PluginActionProbeResponse
Auto Trait Implementations§
impl Freeze for PluginActionProbeResponse
impl RefUnwindSafe for PluginActionProbeResponse
impl Send for PluginActionProbeResponse
impl Sync for PluginActionProbeResponse
impl Unpin for PluginActionProbeResponse
impl UnsafeUnpin for PluginActionProbeResponse
impl UnwindSafe for PluginActionProbeResponse
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