pub struct ArtifactKey { /* private fields */ }Implementations§
Source§impl ArtifactKey
impl ArtifactKey
Source§impl ArtifactKey
impl ArtifactKey
pub fn string_bit(&self) -> String
pub fn string_prefix(&self) -> String
pub fn generate_address_tail(&self) -> String
Trait Implementations§
Source§impl Clone for ArtifactKey
impl Clone for ArtifactKey
Source§fn clone(&self) -> ArtifactKey
fn clone(&self) -> ArtifactKey
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 ArtifactKey
impl Debug for ArtifactKey
Source§impl<'de> Deserialize<'de> for ArtifactKey
impl<'de> Deserialize<'de> for ArtifactKey
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 FromStr for ArtifactKey
impl FromStr for ArtifactKey
Source§impl Hash for ArtifactKey
impl Hash for ArtifactKey
Source§impl Into<ResourceKey> for ArtifactKey
impl Into<ResourceKey> for ArtifactKey
Source§fn into(self) -> ResourceKey
fn into(self) -> ResourceKey
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for ArtifactKey
impl PartialEq for ArtifactKey
Source§impl Serialize for ArtifactKey
impl Serialize for ArtifactKey
Source§impl ToString for ArtifactKey
impl ToString for ArtifactKey
Source§impl TryInto<ArtifactKey> for ResourceKey
impl TryInto<ArtifactKey> for ResourceKey
impl Eq for ArtifactKey
impl StructuralPartialEq for ArtifactKey
Auto Trait Implementations§
impl Freeze for ArtifactKey
impl RefUnwindSafe for ArtifactKey
impl Send for ArtifactKey
impl Sync for ArtifactKey
impl Unpin for ArtifactKey
impl UnwindSafe for ArtifactKey
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