pub struct Iterable;
Expand description
Represents the terminal symbol iterable
Trait Implementations§
Source§impl Ord for Iterable
impl Ord for Iterable
Source§impl PartialOrd for Iterable
impl PartialOrd for Iterable
impl Copy for Iterable
impl Eq for Iterable
impl StructuralPartialEq for Iterable
Auto Trait Implementations§
impl Freeze for Iterable
impl RefUnwindSafe for Iterable
impl Send for Iterable
impl Sync for Iterable
impl Unpin for Iterable
impl UnwindSafe for Iterable
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