pub struct Commands<'a> { /* private fields */ }
Expand description
Returns an iterator over the path commands that correspond to an outline.
Trait Implementations
sourceimpl<'a> InternalIterator for Commands<'a>
impl<'a> InternalIterator for Commands<'a>
type Item = PathCommand
sourcefn collect<F>(self) -> Fwhere
Self: Sized,
F: FromInternalIterator<Self::Item>,
fn collect<F>(self) -> Fwhere
Self: Sized,
F: FromInternalIterator<Self::Item>,
Transforms
self
into a collection.Auto Trait Implementations
impl<'a> RefUnwindSafe for Commands<'a>
impl<'a> Send for Commands<'a>
impl<'a> Sync for Commands<'a>
impl<'a> Unpin for Commands<'a>
impl<'a> UnwindSafe for Commands<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more