pub struct OmenaResolverStylePackageManifestV0 {
pub package_json_path: String,
pub package_json_source: String,
}Fields§
§package_json_path: String§package_json_source: StringTrait Implementations§
Source§impl Clone for OmenaResolverStylePackageManifestV0
impl Clone for OmenaResolverStylePackageManifestV0
Source§fn clone(&self) -> OmenaResolverStylePackageManifestV0
fn clone(&self) -> OmenaResolverStylePackageManifestV0
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 moreimpl Eq for OmenaResolverStylePackageManifestV0
Source§impl PartialEq for OmenaResolverStylePackageManifestV0
impl PartialEq for OmenaResolverStylePackageManifestV0
Source§fn eq(&self, other: &OmenaResolverStylePackageManifestV0) -> bool
fn eq(&self, other: &OmenaResolverStylePackageManifestV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OmenaResolverStylePackageManifestV0
Auto Trait Implementations§
impl Freeze for OmenaResolverStylePackageManifestV0
impl RefUnwindSafe for OmenaResolverStylePackageManifestV0
impl Send for OmenaResolverStylePackageManifestV0
impl Sync for OmenaResolverStylePackageManifestV0
impl Unpin for OmenaResolverStylePackageManifestV0
impl UnsafeUnpin for OmenaResolverStylePackageManifestV0
impl UnwindSafe for OmenaResolverStylePackageManifestV0
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.