pub struct PatternDictionary { /* private fields */ }Expand description
Global pattern dictionary.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatternDictionary
impl RefUnwindSafe for PatternDictionary
impl Send for PatternDictionary
impl Sync for PatternDictionary
impl Unpin for PatternDictionary
impl UnsafeUnpin for PatternDictionary
impl UnwindSafe for PatternDictionary
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