pub struct FindEntry {
pub name: String,
pub meta: QueryMeta,
}Expand description
One directory entry to encode.
Fields§
§name: StringFinal path component.
meta: QueryMetaMetadata snapshot.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FindEntry
impl RefUnwindSafe for FindEntry
impl Send for FindEntry
impl Sync for FindEntry
impl Unpin for FindEntry
impl UnsafeUnpin for FindEntry
impl UnwindSafe for FindEntry
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