pub enum FlowFieldControl {
Text,
Password,
LongText,
Select,
Boolean,
}Variants§
Trait Implementations§
Source§impl Clone for FlowFieldControl
impl Clone for FlowFieldControl
Source§fn clone(&self) -> FlowFieldControl
fn clone(&self) -> FlowFieldControl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlowFieldControl
Source§impl Debug for FlowFieldControl
impl Debug for FlowFieldControl
Source§impl<'de> Deserialize<'de> for FlowFieldControl
impl<'de> Deserialize<'de> for FlowFieldControl
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
impl Eq for FlowFieldControl
Source§impl PartialEq for FlowFieldControl
impl PartialEq for FlowFieldControl
Source§impl Serialize for FlowFieldControl
impl Serialize for FlowFieldControl
impl StructuralPartialEq for FlowFieldControl
Auto Trait Implementations§
impl Freeze for FlowFieldControl
impl RefUnwindSafe for FlowFieldControl
impl Send for FlowFieldControl
impl Sync for FlowFieldControl
impl Unpin for FlowFieldControl
impl UnsafeUnpin for FlowFieldControl
impl UnwindSafe for FlowFieldControl
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