pub enum TextBlockConfig {}Trait Implementations§
Source§impl BlockConnections for TextBlockConfig
impl BlockConnections for TextBlockConfig
fn input_connections(&self) -> Vec<(&'static str, Option<InputPortName>)>
fn output_connections(&self) -> Vec<(&'static str, Option<OutputPortName>)>
Source§impl BlockInstantiation for TextBlockConfig
impl BlockInstantiation for TextBlockConfig
Source§impl Clone for TextBlockConfig
impl Clone for TextBlockConfig
Source§fn clone(&self) -> TextBlockConfig
fn clone(&self) -> TextBlockConfig
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 TextBlockConfig
impl Debug for TextBlockConfig
Source§impl<'de> Deserialize<'de> for TextBlockConfig
impl<'de> Deserialize<'de> for TextBlockConfig
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 TextBlockConfig
impl Named for TextBlockConfig
Auto Trait Implementations§
impl Freeze for TextBlockConfig
impl RefUnwindSafe for TextBlockConfig
impl Send for TextBlockConfig
impl Sync for TextBlockConfig
impl Unpin for TextBlockConfig
impl UnwindSafe for TextBlockConfig
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