pub struct StandardDictionary { /* private fields */ }Implementations§
Source§impl StandardDictionary
impl StandardDictionary
pub fn new<T: AsRef<str>, I: IntoIterator<Item = T>>( patterns: I, ) -> UltraNLPResult<Self>
Trait Implementations§
Source§impl Clone for StandardDictionary
impl Clone for StandardDictionary
Source§fn clone(&self) -> StandardDictionary
fn clone(&self) -> StandardDictionary
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for StandardDictionary
impl RefUnwindSafe for StandardDictionary
impl Send for StandardDictionary
impl Sync for StandardDictionary
impl Unpin for StandardDictionary
impl UnwindSafe for StandardDictionary
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