pub struct Entry { /* private fields */ }
Expand description
Entry returned by iterating over DirIter
iterator
Implementations§
Source§impl 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 Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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