pub struct ListInodeChildrenOptions {
pub include_attributes: AttributeInclusion,
pub snapshot_id: Option<SnapshotId>,
}Expand description
Options for listing a directory’s children by parent inode.
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 ListInodeChildrenOptions
impl Clone for ListInodeChildrenOptions
Source§impl Debug for ListInodeChildrenOptions
impl Debug for ListInodeChildrenOptions
Source§impl Default for ListInodeChildrenOptions
impl Default for ListInodeChildrenOptions
impl Eq for ListInodeChildrenOptions
Source§impl PartialEq for ListInodeChildrenOptions
impl PartialEq for ListInodeChildrenOptions
impl StructuralPartialEq for ListInodeChildrenOptions
Auto Trait Implementations§
impl Freeze for ListInodeChildrenOptions
impl RefUnwindSafe for ListInodeChildrenOptions
impl Send for ListInodeChildrenOptions
impl Sync for ListInodeChildrenOptions
impl Unpin for ListInodeChildrenOptions
impl UnsafeUnpin for ListInodeChildrenOptions
impl UnwindSafe for ListInodeChildrenOptions
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