pub struct FileList {
pub files: Vec<File>,
}Expand description
对应 Java: org.ofdrw.core.basicStructure.FileList
文件列表容器,包含一个版本中所有文件的信息。
Fields§
§files: Vec<File>文件列表。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileList
impl RefUnwindSafe for FileList
impl Send for FileList
impl Sync for FileList
impl Unpin for FileList
impl UnsafeUnpin for FileList
impl UnwindSafe for FileList
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