pub struct PluginVerifyOptions {
pub path: PathBuf,
pub target: String,
pub tier: Option<PluginTier>,
}Fields§
§path: PathBuf§target: String§tier: Option<PluginTier>Trait Implementations§
Source§impl Clone for PluginVerifyOptions
impl Clone for PluginVerifyOptions
Source§fn clone(&self) -> PluginVerifyOptions
fn clone(&self) -> PluginVerifyOptions
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 moreAuto Trait Implementations§
impl Freeze for PluginVerifyOptions
impl RefUnwindSafe for PluginVerifyOptions
impl Send for PluginVerifyOptions
impl Sync for PluginVerifyOptions
impl Unpin for PluginVerifyOptions
impl UnsafeUnpin for PluginVerifyOptions
impl UnwindSafe for PluginVerifyOptions
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