pub struct FileItem { /* private fields */ }
Expand description
Describes a single item within this file (e.g. a Tree
)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileItem
impl !RefUnwindSafe for FileItem
impl Send for FileItem
impl Sync for FileItem
impl Unpin for FileItem
impl !UnwindSafe for FileItem
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