pub struct InstalledPluginRecord {
pub plugin_id: String,
pub version: String,
pub install_path: PathBuf,
pub package_sha256: String,
}Fields§
§plugin_id: String§version: String§install_path: PathBuf§package_sha256: StringTrait Implementations§
Source§impl Clone for InstalledPluginRecord
impl Clone for InstalledPluginRecord
Source§fn clone(&self) -> InstalledPluginRecord
fn clone(&self) -> InstalledPluginRecord
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 InstalledPluginRecord
impl Debug for InstalledPluginRecord
impl Eq for InstalledPluginRecord
Source§impl PartialEq for InstalledPluginRecord
impl PartialEq for InstalledPluginRecord
Source§impl Serialize for InstalledPluginRecord
impl Serialize for InstalledPluginRecord
impl StructuralPartialEq for InstalledPluginRecord
Auto Trait Implementations§
impl Freeze for InstalledPluginRecord
impl RefUnwindSafe for InstalledPluginRecord
impl Send for InstalledPluginRecord
impl Sync for InstalledPluginRecord
impl Unpin for InstalledPluginRecord
impl UnsafeUnpin for InstalledPluginRecord
impl UnwindSafe for InstalledPluginRecord
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.