Struct physis::dic::Dictionary
source · pub struct Dictionary {
pub words: Vec<String>,
/* private fields */
}
Fields§
§words: Vec<String>
Implementations§
source§impl Dictionary
impl Dictionary
sourcepub fn from_existing(buffer: ByteSpan<'_>) -> Option<Dictionary>
pub fn from_existing(buffer: ByteSpan<'_>) -> Option<Dictionary>
Parses an existing dictionary file.
Auto Trait Implementations§
impl Freeze for Dictionary
impl RefUnwindSafe for Dictionary
impl Send for Dictionary
impl Sync for Dictionary
impl Unpin for Dictionary
impl UnwindSafe for Dictionary
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