Struct forc_pkg::manifest::DependencyDetails
source · [−]pub struct DependencyDetails { /* private fields */ }
Trait Implementations
sourceimpl Clone for DependencyDetails
impl Clone for DependencyDetails
sourcefn clone(&self) -> DependencyDetails
fn clone(&self) -> DependencyDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DependencyDetails
impl Debug for DependencyDetails
sourceimpl Default for DependencyDetails
impl Default for DependencyDetails
sourcefn default() -> DependencyDetails
fn default() -> DependencyDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DependencyDetails
impl<'de> Deserialize<'de> for DependencyDetails
sourcefn 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
sourceimpl Serialize for DependencyDetails
impl Serialize for DependencyDetails
Auto Trait Implementations
impl RefUnwindSafe for DependencyDetails
impl Send for DependencyDetails
impl Sync for DependencyDetails
impl Unpin for DependencyDetails
impl UnwindSafe for DependencyDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more