pub enum FlowFieldValueTypeView {
String,
Boolean,
}Variants§
Trait Implementations§
Source§impl Clone for FlowFieldValueTypeView
impl Clone for FlowFieldValueTypeView
Source§fn clone(&self) -> FlowFieldValueTypeView
fn clone(&self) -> FlowFieldValueTypeView
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 FlowFieldValueTypeView
Source§impl Debug for FlowFieldValueTypeView
impl Debug for FlowFieldValueTypeView
Source§impl<'de> Deserialize<'de> for FlowFieldValueTypeView
impl<'de> Deserialize<'de> for FlowFieldValueTypeView
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 FlowFieldValueTypeView
Source§impl PartialEq for FlowFieldValueTypeView
impl PartialEq for FlowFieldValueTypeView
Source§impl Serialize for FlowFieldValueTypeView
impl Serialize for FlowFieldValueTypeView
impl StructuralPartialEq for FlowFieldValueTypeView
Auto Trait Implementations§
impl Freeze for FlowFieldValueTypeView
impl RefUnwindSafe for FlowFieldValueTypeView
impl Send for FlowFieldValueTypeView
impl Sync for FlowFieldValueTypeView
impl Unpin for FlowFieldValueTypeView
impl UnsafeUnpin for FlowFieldValueTypeView
impl UnwindSafe for FlowFieldValueTypeView
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