pub struct ParameterBlock {
pub groups: HashMap<String, GroupFormat>,
/* private fields */
}
Fields§
§groups: HashMap<String, GroupFormat>
Implementations§
Source§impl ParameterBlock
impl ParameterBlock
pub fn get(&self, key: &str) -> Option<&ParameterFormat>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParameterBlock
impl !RefUnwindSafe for ParameterBlock
impl !Send for ParameterBlock
impl !Sync for ParameterBlock
impl Unpin for ParameterBlock
impl !UnwindSafe for ParameterBlock
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