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