pub struct Round(pub Vec<Token>);Expand description
Tuple Fields§
§0: Vec<Token>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Round
impl !Send for Round
impl !Sync for Round
impl !UnwindSafe for Round
impl Freeze for Round
impl Unpin for Round
impl UnsafeUnpin for Round
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