Enum datafusion::datasource::object_store::ListEntry
source · [−]Expand description
Represents a specific file or a prefix (folder) that may require further resolution
Variants
FileMeta(FileMeta)
Specific file with metadata
Prefix(String)
Prefix to be further resolved during partition discovery
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ListEntry
impl Send for ListEntry
impl Sync for ListEntry
impl Unpin for ListEntry
impl UnwindSafe for ListEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more