Struct regex_automata::nfa::thompson::compiler::Utf8LastTransition
source · struct Utf8LastTransition {
start: u8,
end: u8,
}
Fields§
§start: u8
§end: u8
Trait Implementations§
source§impl Clone for Utf8LastTransition
impl Clone for Utf8LastTransition
source§fn clone(&self) -> Utf8LastTransition
fn clone(&self) -> Utf8LastTransition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for Utf8LastTransition
impl RefUnwindSafe for Utf8LastTransition
impl Send for Utf8LastTransition
impl Sync for Utf8LastTransition
impl Unpin for Utf8LastTransition
impl UnwindSafe for Utf8LastTransition
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