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