pub struct Plugin {
pub name: String,
pub short_name: String,
pub state: String,
pub version: String,
pub plugin_api_version: String,
pub rustc_version: String,
}
Fields§
§name: String
§short_name: String
§state: String
§version: String
§plugin_api_version: String
§rustc_version: String
Trait Implementations§
Source§impl Ord for Plugin
impl Ord for Plugin
Source§impl PartialOrd for Plugin
impl PartialOrd for Plugin
impl Eq for Plugin
impl StructuralPartialEq for Plugin
Auto Trait Implementations§
impl Freeze for Plugin
impl RefUnwindSafe for Plugin
impl Send for Plugin
impl Sync for Plugin
impl Unpin for Plugin
impl UnwindSafe for Plugin
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