#[non_exhaustive]pub struct TypedCodePointTrieError;Expand description
Error indicating that the TrieType of an untyped trie
does not match the requested typed trie type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypedCodePointTrieError
impl RefUnwindSafe for TypedCodePointTrieError
impl Send for TypedCodePointTrieError
impl Sync for TypedCodePointTrieError
impl Unpin for TypedCodePointTrieError
impl UnsafeUnpin for TypedCodePointTrieError
impl UnwindSafe for TypedCodePointTrieError
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