pub struct LinkEntry {
pub link: String,
pub unpacked: bool,
}Expand description
Represents a symbolic link entry in an ASAR archive.
Fields§
§link: StringThe target path of the symbolic link.
unpacked: boolWhether this link is stored unpacked.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkEntry
impl RefUnwindSafe for LinkEntry
impl Send for LinkEntry
impl Sync for LinkEntry
impl Unpin for LinkEntry
impl UnsafeUnpin for LinkEntry
impl UnwindSafe for LinkEntry
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