pub struct SlackBlockSuggestionOptionGroupsInit {
pub option_groups: Vec<SlackBlockOptionGroup<SlackBlockPlainTextOnly>>,
}
Fields§
§option_groups: Vec<SlackBlockOptionGroup<SlackBlockPlainTextOnly>>
Trait Implementations§
Source§impl From<SlackBlockSuggestionOptionGroupsInit> for SlackBlockSuggestionOptionGroups
impl From<SlackBlockSuggestionOptionGroupsInit> for SlackBlockSuggestionOptionGroups
Source§fn from(value: SlackBlockSuggestionOptionGroupsInit) -> Self
fn from(value: SlackBlockSuggestionOptionGroupsInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackBlockSuggestionOptionGroupsInit
impl RefUnwindSafe for SlackBlockSuggestionOptionGroupsInit
impl Send for SlackBlockSuggestionOptionGroupsInit
impl Sync for SlackBlockSuggestionOptionGroupsInit
impl Unpin for SlackBlockSuggestionOptionGroupsInit
impl UnwindSafe for SlackBlockSuggestionOptionGroupsInit
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