pub struct FsTable {
pub entries: Vec<FsEntry>,
}
Fields§
§entries: Vec<FsEntry>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsTable
impl RefUnwindSafe for FsTable
impl Send for FsTable
impl Sync for FsTable
impl Unpin for FsTable
impl UnwindSafe for FsTable
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