Struct slack_morphism_models::blocks::SlackBlockOptionGroup [−][src]
pub struct SlackBlockOptionGroup<T: Into<SlackBlockText>> { pub label: SlackBlockPlainTextOnly, pub options: Vec<SlackBlockChoiceItem<T>>, }
Fields
label: SlackBlockPlainTextOnlyoptions: Vec<SlackBlockChoiceItem<T>>Implementations
Trait Implementations
impl<'de, T: Into<SlackBlockText>> Deserialize<'de> for SlackBlockOptionGroup<T> where
T: Deserialize<'de>, [src]
impl<'de, T: Into<SlackBlockText>> Deserialize<'de> for SlackBlockOptionGroup<T> where
T: Deserialize<'de>, [src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
impl<T: PartialEq + Into<SlackBlockText>> PartialEq<SlackBlockOptionGroup<T>> for SlackBlockOptionGroup<T>[src]
impl<T: PartialEq + Into<SlackBlockText>> PartialEq<SlackBlockOptionGroup<T>> for SlackBlockOptionGroup<T>[src]This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T> RefUnwindSafe for SlackBlockOptionGroup<T> where
T: RefUnwindSafe, impl<T> Send for SlackBlockOptionGroup<T> where
T: Send, impl<T> Sync for SlackBlockOptionGroup<T> where
T: Sync, impl<T> Unpin for SlackBlockOptionGroup<T> where
T: Unpin, impl<T> UnwindSafe for SlackBlockOptionGroup<T> where
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more