pub struct PluginMetadata {
pub plugin_id: String,
pub display_name: String,
pub version: String,
}Fields§
§plugin_id: String§display_name: String§version: StringTrait Implementations§
Source§impl Clone for PluginMetadata
impl Clone for PluginMetadata
Source§fn clone(&self) -> PluginMetadata
fn clone(&self) -> PluginMetadata
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 PluginMetadata
impl Debug for PluginMetadata
Source§impl From<PluginMetadata> for RPluginMetadata
impl From<PluginMetadata> for RPluginMetadata
Source§fn from(m: PluginMetadata) -> Self
fn from(m: PluginMetadata) -> Self
Converts to this type from the input type.
Source§impl From<RPluginMetadata> for PluginMetadata
impl From<RPluginMetadata> for PluginMetadata
Source§fn from(r: RPluginMetadata) -> Self
fn from(r: RPluginMetadata) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PluginMetadata
impl PartialEq for PluginMetadata
Source§fn eq(&self, other: &PluginMetadata) -> bool
fn eq(&self, other: &PluginMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PluginMetadata
Auto Trait Implementations§
impl Freeze for PluginMetadata
impl RefUnwindSafe for PluginMetadata
impl Send for PluginMetadata
impl Sync for PluginMetadata
impl Unpin for PluginMetadata
impl UnsafeUnpin for PluginMetadata
impl UnwindSafe for PluginMetadata
Blanket Implementations§
Source§impl<Source> AccessAs for Source
impl<Source> AccessAs for Source
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