pub struct SubClass {
pub name: String,
pub prog_ifs: HashMap<u8, String>,
}
Fields§
§name: String
§prog_ifs: HashMap<u8, String>
Trait Implementations§
impl Eq for SubClass
impl StructuralPartialEq for SubClass
Auto Trait Implementations§
impl Freeze for SubClass
impl RefUnwindSafe for SubClass
impl Send for SubClass
impl Sync for SubClass
impl Unpin for SubClass
impl UnwindSafe for SubClass
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