struct Utf8Node {
trans: Vec<Transition>,
last: Option<Utf8LastTransition>,
}
Fields§
§trans: Vec<Transition>
§last: Option<Utf8LastTransition>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utf8Node
impl RefUnwindSafe for Utf8Node
impl Send for Utf8Node
impl Sync for Utf8Node
impl Unpin for Utf8Node
impl UnwindSafe for Utf8Node
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