pub struct HyphenationDictionaryStore;Implementations§
Trait Implementations§
Source§impl Default for HyphenationDictionaryStore
impl Default for HyphenationDictionaryStore
Source§fn default() -> HyphenationDictionaryStore
fn default() -> HyphenationDictionaryStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HyphenationDictionaryStore
impl RefUnwindSafe for HyphenationDictionaryStore
impl Send for HyphenationDictionaryStore
impl Sync for HyphenationDictionaryStore
impl Unpin for HyphenationDictionaryStore
impl UnsafeUnpin for HyphenationDictionaryStore
impl UnwindSafe for HyphenationDictionaryStore
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