pub struct GroupList {
pub order: Option<SortOrder>,
pub groups: Vec<Group>,
}Expand description
Container for option groups within a step.
Fields§
§order: Option<SortOrder>§groups: Vec<Group>Trait Implementations§
Source§impl<'de> Deserialize<'de> for GroupList
impl<'de> Deserialize<'de> for GroupList
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 GroupList
impl RefUnwindSafe for GroupList
impl Send for GroupList
impl Sync for GroupList
impl Unpin for GroupList
impl UnsafeUnpin for GroupList
impl UnwindSafe for GroupList
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