pub struct VerifyAndDemoteResult {
pub demoted: HashSet<String>,
pub errors: Vec<PluginError>,
}Expand description
Result from verify_and_demote: demoted plugins and their errors.
Fields§
§demoted: HashSet<String>§errors: Vec<PluginError>Auto Trait Implementations§
impl Freeze for VerifyAndDemoteResult
impl RefUnwindSafe for VerifyAndDemoteResult
impl Send for VerifyAndDemoteResult
impl Sync for VerifyAndDemoteResult
impl Unpin for VerifyAndDemoteResult
impl UnsafeUnpin for VerifyAndDemoteResult
impl UnwindSafe for VerifyAndDemoteResult
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