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