pub struct FindEntry {
pub name: String,
pub meta: QueryMeta,
}Expand description
Neutral directory-entry input for the encoder (kept free of storage-layer types so the protocol crate stays self-contained).
Fields§
§name: StringFile name as presented to clients.
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