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