pub struct ModuleInfo {
pub name: String,
pub version: String,
}
Expand description
Module information result for the module_list
command.
Fields§
§name: String
Name of the module
version: String
Version of the module
Trait Implementations§
Source§impl FromValue for ModuleInfo
impl FromValue for ModuleInfo
Auto Trait Implementations§
impl Freeze for ModuleInfo
impl RefUnwindSafe for ModuleInfo
impl Send for ModuleInfo
impl Sync for ModuleInfo
impl Unpin for ModuleInfo
impl UnwindSafe for ModuleInfo
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