pub struct Objects<'a, I> { /* private fields */ }Expand description
Typed iterator over a root-level glTF array.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> Freeze for Objects<'a, I>
impl<'a, I> RefUnwindSafe for Objects<'a, I>where
I: RefUnwindSafe,
impl<'a, I> Send for Objects<'a, I>where
I: Send,
impl<'a, I> Sync for Objects<'a, I>where
I: Sync,
impl<'a, I> Unpin for Objects<'a, I>where
I: Unpin,
impl<'a, I> UnsafeUnpin for Objects<'a, I>
impl<'a, I> UnwindSafe for Objects<'a, I>where
I: UnwindSafe,
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