pub struct ListPathEntriesOptions {
pub include_attributes: AttributeInclusion,
pub snapshot_id: Option<SnapshotId>,
}Expand description
Options for listing a directory.
Fields§
§include_attributes: AttributeInclusionWhether to include each entry’s attribute map and revision, disabled by default.
snapshot_id: Option<SnapshotId>Read the directory from this snapshot.
Trait Implementations§
Source§impl Clone for ListPathEntriesOptions
impl Clone for ListPathEntriesOptions
Source§impl Debug for ListPathEntriesOptions
impl Debug for ListPathEntriesOptions
Source§impl Default for ListPathEntriesOptions
impl Default for ListPathEntriesOptions
impl Eq for ListPathEntriesOptions
Source§impl PartialEq for ListPathEntriesOptions
impl PartialEq for ListPathEntriesOptions
impl StructuralPartialEq for ListPathEntriesOptions
Auto Trait Implementations§
impl Freeze for ListPathEntriesOptions
impl RefUnwindSafe for ListPathEntriesOptions
impl Send for ListPathEntriesOptions
impl Sync for ListPathEntriesOptions
impl Unpin for ListPathEntriesOptions
impl UnsafeUnpin for ListPathEntriesOptions
impl UnwindSafe for ListPathEntriesOptions
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