Struct ultra_nlp::cedarwood::ForwardDictionary
source · pub struct ForwardDictionary { /* private fields */ }Implementations§
source§impl ForwardDictionary
impl ForwardDictionary
pub fn new<T: AsRef<str>, I: IntoIterator<Item = T> + Clone>(
patterns: I
) -> UltraNLPResult<Self>
Trait Implementations§
source§impl Clone for ForwardDictionary
impl Clone for ForwardDictionary
source§fn clone(&self) -> ForwardDictionary
fn clone(&self) -> ForwardDictionary
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 more