Struct PropertyTypeIterator
pub struct PropertyTypeIterator(/* private fields */);Methods from Deref<Target = PtrIterator>§
Trait Implementations§
§impl Deref for PropertyTypeIterator
impl Deref for PropertyTypeIterator
§type Target = PtrIterator
type Target = PtrIterator
The resulting type after dereferencing.
§fn deref(&self) -> &<PropertyTypeIterator as Deref>::Target
fn deref(&self) -> &<PropertyTypeIterator as Deref>::Target
Dereferences the value.
§impl UnsafeIterator for PropertyTypeIterator
impl UnsafeIterator for PropertyTypeIterator
type Item<'a> = PropertyType<()>
§unsafe fn next(
&mut self,
) -> Result<Option<<PropertyTypeIterator as UnsafeIterator>::Item<'static>>, Error>
unsafe fn next( &mut self, ) -> Result<Option<<PropertyTypeIterator as UnsafeIterator>::Item<'static>>, Error>
Advances the iterator and returns the next value. Read more
Auto Trait Implementations§
impl Freeze for PropertyTypeIterator
impl RefUnwindSafe for PropertyTypeIterator
impl !Send for PropertyTypeIterator
impl !Sync for PropertyTypeIterator
impl Unpin for PropertyTypeIterator
impl UnwindSafe for PropertyTypeIterator
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