pub struct RefCheck {
pub file_ref: String,
pub status: RefStatus,
}Expand description
单个被保护文件的校验记录。
Fields§
§file_ref: String被保护文件在包内的路径(FileRef 原文)。
status: RefStatus校验状态。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefCheck
impl RefUnwindSafe for RefCheck
impl Send for RefCheck
impl Sync for RefCheck
impl Unpin for RefCheck
impl UnsafeUnpin for RefCheck
impl UnwindSafe for RefCheck
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