struct EpsilonLook {
next: StateID,
look: Look,
}
Fields§
§next: StateID
§look: Look
Trait Implementations§
Source§impl Clone for EpsilonLook
impl Clone for EpsilonLook
Source§fn clone(&self) -> EpsilonLook
fn clone(&self) -> EpsilonLook
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 moreSource§impl Debug for EpsilonLook
impl Debug for EpsilonLook
Source§impl PartialEq for EpsilonLook
impl PartialEq for EpsilonLook
impl Copy for EpsilonLook
impl Eq for EpsilonLook
impl StructuralPartialEq for EpsilonLook
Auto Trait Implementations§
impl Freeze for EpsilonLook
impl RefUnwindSafe for EpsilonLook
impl Send for EpsilonLook
impl Sync for EpsilonLook
impl Unpin for EpsilonLook
impl UnwindSafe for EpsilonLook
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