pub struct ConversionNodeConfig {
pub dict: DictConfig,
}Expand description
转换链中的一个节点 每个节点对应一个基于词典的转换步骤
Fields§
§dict: DictConfig此转换步骤要使用的词典
Trait Implementations§
Source§impl Debug for ConversionNodeConfig
impl Debug for ConversionNodeConfig
Source§impl<'de> Deserialize<'de> for ConversionNodeConfig
impl<'de> Deserialize<'de> for ConversionNodeConfig
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
Auto Trait Implementations§
impl Freeze for ConversionNodeConfig
impl RefUnwindSafe for ConversionNodeConfig
impl Send for ConversionNodeConfig
impl Sync for ConversionNodeConfig
impl Unpin for ConversionNodeConfig
impl UnwindSafe for ConversionNodeConfig
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