pub struct FieldSubgroup {
pub name: &'static str,
pub fields: Vec<(&'static str, &'static str, String)>,
}Fields§
§name: &'static str§fields: Vec<(&'static str, &'static str, String)>Auto Trait Implementations§
impl Freeze for FieldSubgroup
impl RefUnwindSafe for FieldSubgroup
impl Send for FieldSubgroup
impl Sync for FieldSubgroup
impl Unpin for FieldSubgroup
impl UnsafeUnpin for FieldSubgroup
impl UnwindSafe for FieldSubgroup
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