pub struct GroupFormat {
pub name: String,
pub description: String,
pub locked: bool,
pub params: HashMap<String, ParameterFormat>,
}
Fields§
§name: String
§description: String
§locked: bool
§params: HashMap<String, ParameterFormat>
Trait Implementations§
Source§impl Debug for GroupFormat
impl Debug for GroupFormat
Source§impl Default for GroupFormat
impl Default for GroupFormat
Source§fn default() -> GroupFormat
fn default() -> GroupFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GroupFormat
impl !RefUnwindSafe for GroupFormat
impl !Send for GroupFormat
impl !Sync for GroupFormat
impl Unpin for GroupFormat
impl !UnwindSafe for GroupFormat
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