pub struct Iterable;Expand description
Represents the terminal symbol iterable
Trait Implementations§
Source§impl Ord for Iterable
impl Ord for Iterable
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
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 UnsafeUnpin 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