pub struct FrontendPackageStatus {
pub package_path: Option<PathBuf>,
pub frontend_dir: PathBuf,
pub local_manifest_path: PathBuf,
pub bundled_manifest: FrontendPackageManifest,
pub local_manifest: Option<FrontendPackageManifest>,
pub refreshed: bool,
}Fields§
§package_path: Option<PathBuf>§frontend_dir: PathBuf§local_manifest_path: PathBuf§bundled_manifest: FrontendPackageManifest§local_manifest: Option<FrontendPackageManifest>§refreshed: boolTrait Implementations§
Source§impl Clone for FrontendPackageStatus
impl Clone for FrontendPackageStatus
Source§fn clone(&self) -> FrontendPackageStatus
fn clone(&self) -> FrontendPackageStatus
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 moreSource§impl Debug for FrontendPackageStatus
impl Debug for FrontendPackageStatus
Source§impl PartialEq for FrontendPackageStatus
impl PartialEq for FrontendPackageStatus
impl Eq for FrontendPackageStatus
impl StructuralPartialEq for FrontendPackageStatus
Auto Trait Implementations§
impl Freeze for FrontendPackageStatus
impl RefUnwindSafe for FrontendPackageStatus
impl Send for FrontendPackageStatus
impl Sync for FrontendPackageStatus
impl Unpin for FrontendPackageStatus
impl UnsafeUnpin for FrontendPackageStatus
impl UnwindSafe for FrontendPackageStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.