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