pub enum FlowBlockConfig {}Trait Implementations§
Source§impl BlockConnections for FlowBlockConfig
impl BlockConnections for FlowBlockConfig
fn input_connections(&self) -> Vec<(&'static str, Option<InputPortName>)>
fn output_connections(&self) -> Vec<(&'static str, Option<OutputPortName>)>
Source§impl BlockInstantiation for FlowBlockConfig
impl BlockInstantiation for FlowBlockConfig
Source§impl Clone for FlowBlockConfig
impl Clone for FlowBlockConfig
Source§fn clone(&self) -> FlowBlockConfig
fn clone(&self) -> FlowBlockConfig
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlowBlockConfig
impl Debug for FlowBlockConfig
Source§impl<'de> Deserialize<'de> for FlowBlockConfig
impl<'de> Deserialize<'de> for FlowBlockConfig
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 Named for FlowBlockConfig
impl Named for FlowBlockConfig
Auto Trait Implementations§
impl Freeze for FlowBlockConfig
impl RefUnwindSafe for FlowBlockConfig
impl Send for FlowBlockConfig
impl Sync for FlowBlockConfig
impl Unpin for FlowBlockConfig
impl UnwindSafe for FlowBlockConfig
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