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