Struct arret_runtime::class_map::ClassRef [−][src]
#[repr(transparent)]pub struct ClassRef<'a> { /* fields omitted */ }
Type information for a class
Implementations
impl<'a> ClassRef<'a>[src]
impl<'a> ClassRef<'a>[src]pub fn is_empty(self) -> bool[src]
Returns if the type contains no fields
pub fn field_iter(self) -> FieldIterator<'a>ⓘNotable traits for FieldIterator<'a>
impl<'a> Iterator for FieldIterator<'a> type Item = Field;[src]
Notable traits for FieldIterator<'a>
impl<'a> Iterator for FieldIterator<'a> type Item = Field;Returns an iterator over the class’ fields