pub enum ChoiceControlType {
Dropdown,
ButtonGroup,
}
Expand description
GUI type associated to the choice node.
Variants§
Trait Implementations§
Source§impl Clone for ChoiceControlType
impl Clone for ChoiceControlType
Source§fn clone(&self) -> ChoiceControlType
fn clone(&self) -> ChoiceControlType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ChoiceControlType
impl Debug for ChoiceControlType
Source§impl<'de> Deserialize<'de> for ChoiceControlType
impl<'de> Deserialize<'de> for ChoiceControlType
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
Source§impl Serialize for ChoiceControlType
impl Serialize for ChoiceControlType
impl Copy for ChoiceControlType
Auto Trait Implementations§
impl Freeze for ChoiceControlType
impl RefUnwindSafe for ChoiceControlType
impl Send for ChoiceControlType
impl Sync for ChoiceControlType
impl Unpin for ChoiceControlType
impl UnwindSafe for ChoiceControlType
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