pub struct PluginInstallationReport {
pub plugin_id: String,
pub version: String,
pub install_path: PathBuf,
pub package_sha256: String,
pub already_installed: bool,
}Fields§
§plugin_id: String§version: String§install_path: PathBuf§package_sha256: String§already_installed: boolTrait Implementations§
Source§impl Clone for PluginInstallationReport
impl Clone for PluginInstallationReport
Source§fn clone(&self) -> PluginInstallationReport
fn clone(&self) -> PluginInstallationReport
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 PluginInstallationReport
impl Debug for PluginInstallationReport
impl Eq for PluginInstallationReport
Source§impl PartialEq for PluginInstallationReport
impl PartialEq for PluginInstallationReport
Source§impl Serialize for PluginInstallationReport
impl Serialize for PluginInstallationReport
impl StructuralPartialEq for PluginInstallationReport
Auto Trait Implementations§
impl Freeze for PluginInstallationReport
impl RefUnwindSafe for PluginInstallationReport
impl Send for PluginInstallationReport
impl Sync for PluginInstallationReport
impl Unpin for PluginInstallationReport
impl UnsafeUnpin for PluginInstallationReport
impl UnwindSafe for PluginInstallationReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.