pub struct RegistrationInfoPlugin {
pub version: String,
pub uuid: String,
}Expand description
Information about the plugin
Fields§
§version: StringVersion of the plugin as per the manifest
uuid: StringUnique identifier of the plugin
Trait Implementations§
Source§impl Clone for RegistrationInfoPlugin
impl Clone for RegistrationInfoPlugin
Source§fn clone(&self) -> RegistrationInfoPlugin
fn clone(&self) -> RegistrationInfoPlugin
Returns a duplicate of the value. Read more
1.0.0 · 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 RegistrationInfoPlugin
impl Debug for RegistrationInfoPlugin
Source§impl<'de> Deserialize<'de> for RegistrationInfoPlugin
impl<'de> Deserialize<'de> for RegistrationInfoPlugin
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
Auto Trait Implementations§
impl Freeze for RegistrationInfoPlugin
impl RefUnwindSafe for RegistrationInfoPlugin
impl Send for RegistrationInfoPlugin
impl Sync for RegistrationInfoPlugin
impl Unpin for RegistrationInfoPlugin
impl UnsafeUnpin for RegistrationInfoPlugin
impl UnwindSafe for RegistrationInfoPlugin
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