pub struct Versions {
pub versions: Vec<Version>,
}Expand description
对应 Java: org.ofdrw.core.basicStructure.Versions
OFD 文档的版本列表容器,包含文档所有历史版本信息。
Fields§
§versions: Vec<Version>版本列表。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Versions
impl RefUnwindSafe for Versions
impl Send for Versions
impl Sync for Versions
impl Unpin for Versions
impl UnsafeUnpin for Versions
impl UnwindSafe for Versions
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