pub struct WordStack { /* private fields */ }Expand description
Describes a stack (Last In-First Out) composed of Words.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WordStack
impl RefUnwindSafe for WordStack
impl Send for WordStack
impl Sync for WordStack
impl Unpin for WordStack
impl UnwindSafe for WordStack
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