pub struct Coded<'a> { /* private fields */ }Expand description
Sequence over the codes of one symbol table, with where each code takes each state worked
out the first time it is needed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Coded<'a>
impl<'a> RefUnwindSafe for Coded<'a>
impl<'a> Send for Coded<'a>
impl<'a> Sync for Coded<'a>
impl<'a> Unpin for Coded<'a>
impl<'a> UnsafeUnpin for Coded<'a>
impl<'a> UnwindSafe for Coded<'a>
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