Struct hexpm::ReleaseMeta
source · pub struct ReleaseMeta {
pub app: String,
pub build_tools: Vec<String>,
}Fields§
§app: String§build_tools: Vec<String>Trait Implementations§
source§impl Clone for ReleaseMeta
impl Clone for ReleaseMeta
source§fn clone(&self) -> ReleaseMeta
fn clone(&self) -> ReleaseMeta
Returns a copy 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 ReleaseMeta
impl Debug for ReleaseMeta
source§impl<'de> Deserialize<'de> for ReleaseMeta
impl<'de> Deserialize<'de> for ReleaseMeta
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 PartialEq for ReleaseMeta
impl PartialEq for ReleaseMeta
source§fn eq(&self, other: &ReleaseMeta) -> bool
fn eq(&self, other: &ReleaseMeta) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ReleaseMeta
impl StructuralPartialEq for ReleaseMeta
Auto Trait Implementations§
impl Freeze for ReleaseMeta
impl RefUnwindSafe for ReleaseMeta
impl Send for ReleaseMeta
impl Sync for ReleaseMeta
impl Unpin for ReleaseMeta
impl UnwindSafe for ReleaseMeta
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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