Struct wildland_corex::catlib_service::entities::WildlandPubKey
source · pub struct WildlandPubKey(pub PubKey);
Tuple Fields§
§0: PubKey
Implementations§
source§impl WildlandPubKey
impl WildlandPubKey
pub fn hex_encode(&self) -> String
pub fn get_pub_key(&self) -> PubKey
Trait Implementations§
source§impl Clone for WildlandPubKey
impl Clone for WildlandPubKey
source§fn clone(&self) -> WildlandPubKey
fn clone(&self) -> WildlandPubKey
Returns a copy 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 WildlandPubKey
impl Debug for WildlandPubKey
source§impl<'de> Deserialize<'de> for WildlandPubKey
impl<'de> Deserialize<'de> for WildlandPubKey
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 From<WildlandPubKey> for PubKey
impl From<WildlandPubKey> for PubKey
source§fn from(identity: WildlandPubKey) -> Self
fn from(identity: WildlandPubKey) -> Self
Converts to this type from the input type.
source§impl Hash for WildlandPubKey
impl Hash for WildlandPubKey
source§impl PartialEq<WildlandPubKey> for WildlandPubKey
impl PartialEq<WildlandPubKey> for WildlandPubKey
source§fn eq(&self, other: &WildlandPubKey) -> bool
fn eq(&self, other: &WildlandPubKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WildlandPubKey
impl Serialize for WildlandPubKey
impl Eq for WildlandPubKey
impl StructuralEq for WildlandPubKey
impl StructuralPartialEq for WildlandPubKey
Auto Trait Implementations§
impl RefUnwindSafe for WildlandPubKey
impl Send for WildlandPubKey
impl Sync for WildlandPubKey
impl Unpin for WildlandPubKey
impl UnwindSafe for WildlandPubKey
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.