pub struct Word { /* private fields */ }Expand description
One word of a frame.
Call::words hands out the ones no name in scope covers, which is what
the view exists for; Local::words hands out the ones a name does. The
projection is the same either way — a position, what the frame says is in
it, the word, and that word rendered — because whether a name happens to
cover a word does not change what the word is.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Word
impl RefUnwindSafe for Word
impl Send for Word
impl Sync for Word
impl Unpin for Word
impl UnsafeUnpin for Word
impl UnwindSafe for Word
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