pub struct PowerCategory {
pub source_file: String,
pub name: String,
pub display_name: String,
pub display_help: String,
pub display_short_help: String,
pub powersets: Vec<String>,
}
Fields§
§source_file: String
§name: String
§display_name: String
§display_help: String
§display_short_help: String
§powersets: Vec<String>
Implementations§
Source§impl PowerCategory
impl PowerCategory
pub fn fix_strings(&mut self, pmessages: &HashMap<String, String>)
Trait Implementations§
Source§impl Debug for PowerCategory
impl Debug for PowerCategory
Source§impl<'de> Deserialize<'de> for PowerCategory
impl<'de> Deserialize<'de> for PowerCategory
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PowerCategory
impl RefUnwindSafe for PowerCategory
impl Send for PowerCategory
impl Sync for PowerCategory
impl Unpin for PowerCategory
impl UnwindSafe for PowerCategory
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