pub struct OFDEntries {
pub entries: Vec<(String, String)>,
}Expand description
OFD 条目列表。
用于 OFD 文件完整性保护,记录所有文件的摘要信息。
对应 Java: org.ofdrw.core.integrity.OFDEntries
Fields§
§entries: Vec<(String, String)>条目列表(路径, 摘要值)。
Implementations§
Trait Implementations§
Source§impl Clone for OFDEntries
impl Clone for OFDEntries
Source§fn clone(&self) -> OFDEntries
fn clone(&self) -> OFDEntries
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 OFDEntries
impl Debug for OFDEntries
Source§impl Default for OFDEntries
impl Default for OFDEntries
Source§fn default() -> OFDEntries
fn default() -> OFDEntries
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OFDEntries
impl RefUnwindSafe for OFDEntries
impl Send for OFDEntries
impl Sync for OFDEntries
impl Unpin for OFDEntries
impl UnsafeUnpin for OFDEntries
impl UnwindSafe for OFDEntries
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