pub struct ListInodeChildrenOptions {
pub include_attributes: bool,
}Expand description
Options for listing a directory’s children by parent inode.
Fields§
§include_attributes: boolProject each entry’s attribute map and its revision onto the answer.
Defaults to off for the same reason as
ListPathEntriesOptions::include_attributes.
Trait Implementations§
Source§impl Clone for ListInodeChildrenOptions
impl Clone for ListInodeChildrenOptions
Source§fn clone(&self) -> ListInodeChildrenOptions
fn clone(&self) -> ListInodeChildrenOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListInodeChildrenOptions
impl Debug for ListInodeChildrenOptions
Source§impl Default for ListInodeChildrenOptions
impl Default for ListInodeChildrenOptions
Source§fn default() -> ListInodeChildrenOptions
fn default() -> ListInodeChildrenOptions
Returns the “default value” for a type. Read more
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