pub struct BinaryWriteResult {
pub path: PathBuf,
pub written_tags: Vec<BinaryTag>,
}Expand description
二进制写入结果
Fields§
§path: PathBuf被修改的文件路径
写入的二进制标签
Trait Implementations§
Source§impl Clone for BinaryWriteResult
impl Clone for BinaryWriteResult
Source§fn clone(&self) -> BinaryWriteResult
fn clone(&self) -> BinaryWriteResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BinaryWriteResult
impl RefUnwindSafe for BinaryWriteResult
impl Send for BinaryWriteResult
impl Sync for BinaryWriteResult
impl Unpin for BinaryWriteResult
impl UnsafeUnpin for BinaryWriteResult
impl UnwindSafe for BinaryWriteResult
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