pub struct WireArtifactId {
pub namespace: Option<String>,
pub name: String,
pub version: String,
}Expand description
A package coordinate. Mirror of holger_traits::ArtifactId.
Fields§
§namespace: Option<String>§name: String§version: StringImplementations§
Trait Implementations§
Source§impl Clone for WireArtifactId
impl Clone for WireArtifactId
Source§fn clone(&self) -> WireArtifactId
fn clone(&self) -> WireArtifactId
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 moreSource§impl Debug for WireArtifactId
impl Debug for WireArtifactId
Source§impl Default for WireArtifactId
impl Default for WireArtifactId
Source§fn default() -> WireArtifactId
fn default() -> WireArtifactId
Returns the “default value” for a type. Read more
impl Eq for WireArtifactId
Source§impl PartialEq for WireArtifactId
impl PartialEq for WireArtifactId
impl StructuralPartialEq for WireArtifactId
Auto Trait Implementations§
impl Freeze for WireArtifactId
impl RefUnwindSafe for WireArtifactId
impl Send for WireArtifactId
impl Sync for WireArtifactId
impl Unpin for WireArtifactId
impl UnsafeUnpin for WireArtifactId
impl UnwindSafe for WireArtifactId
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