pub struct PluginDependencyRequirement {
pub plugin_name: String,
pub requirement: String,
}Fields§
§plugin_name: String§requirement: StringTrait Implementations§
Source§impl Clone for PluginDependencyRequirement
impl Clone for PluginDependencyRequirement
Source§fn clone(&self) -> PluginDependencyRequirement
fn clone(&self) -> PluginDependencyRequirement
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 PluginDependencyRequirement
impl Debug for PluginDependencyRequirement
impl Eq for PluginDependencyRequirement
impl StructuralPartialEq for PluginDependencyRequirement
Auto Trait Implementations§
impl Freeze for PluginDependencyRequirement
impl RefUnwindSafe for PluginDependencyRequirement
impl Send for PluginDependencyRequirement
impl Sync for PluginDependencyRequirement
impl Unpin for PluginDependencyRequirement
impl UnwindSafe for PluginDependencyRequirement
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