pub struct ManifestPath(/* private fields */);Expand description
A UTF-8 Cargo.toml path.
Implementations§
Source§impl ManifestPath
impl ManifestPath
Trait Implementations§
Source§impl Clone for ManifestPath
impl Clone for ManifestPath
Source§fn clone(&self) -> ManifestPath
fn clone(&self) -> ManifestPath
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 ManifestPath
impl Debug for ManifestPath
Source§impl<'de> Deserialize<'de> for ManifestPath
impl<'de> Deserialize<'de> for ManifestPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ManifestPath
impl Display for ManifestPath
Source§impl Hash for ManifestPath
impl Hash for ManifestPath
Source§impl PartialEq for ManifestPath
impl PartialEq for ManifestPath
Source§impl Serialize for ManifestPath
impl Serialize for ManifestPath
impl Eq for ManifestPath
impl StructuralPartialEq for ManifestPath
Auto Trait Implementations§
impl Freeze for ManifestPath
impl RefUnwindSafe for ManifestPath
impl Send for ManifestPath
impl Sync for ManifestPath
impl Unpin for ManifestPath
impl UnsafeUnpin for ManifestPath
impl UnwindSafe for ManifestPath
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.