pub struct Entry { /* private fields */ }
Expand description
Entry returned by iterating over DirIter
iterator
Implementations
sourceimpl Entry
impl Entry
sourcepub fn simple_type(&self) -> Option<SimpleType>
pub fn simple_type(&self) -> Option<SimpleType>
Returns the simplified type of this entry
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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