[−][src]Struct safe_api::XorName 
A XOR_NAME_BITS-bit number, viewed as a point in XOR space.
This wraps an array of XOR_NAME_LEN bytes, i.e. a number
between 0 and 2XOR_NAME_BITS - 1.
XOR space is the space of these numbers, with the XOR metric as a notion of distance,
i. e. the points with IDs x and y are considered to have distance x xor y.
Implementations
impl XorName[src]
pub fn encode_to_zbase32(&self) -> String[src]
Returns the XorName serialised and encoded in z-base-32.
pub fn decode_from_zbase32<I>(encoded: I) -> Result<XorName, Error> where
    I: Decodable, [src]
I: Decodable,
Creates from z-base-32 encoded string.
Trait Implementations
impl Clone for XorName[src]
impl Copy for XorName[src]
impl Debug for XorName[src]
impl Default for XorName[src]
impl<'de> Deserialize<'de> for XorName[src]
fn deserialize<__D>(
    __deserializer: __D
) -> Result<XorName, <__D as Deserializer<'de>>::Error> where
    __D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<XorName, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Display for XorName[src]
impl Eq for XorName[src]
impl From<PublicKey> for XorName[src]
impl Hash for XorName[src]
fn hash<__H>(&self, state: &mut __H) where
    __H: Hasher, [src]
__H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for XorName[src]
fn cmp(&self, other: &XorName) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<XorName> for XorName[src]
impl PartialOrd<XorName> for XorName[src]
fn partial_cmp(&self, other: &XorName) -> Option<Ordering>[src]
fn lt(&self, other: &XorName) -> bool[src]
fn le(&self, other: &XorName) -> bool[src]
fn gt(&self, other: &XorName) -> bool[src]
fn ge(&self, other: &XorName) -> bool[src]
impl Serialize for XorName[src]
fn serialize<__S>(
    &self, 
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
    __S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralEq for XorName[src]
impl StructuralPartialEq for XorName[src]
Auto Trait Implementations
impl RefUnwindSafe for XorName
impl Send for XorName
impl Sync for XorName
impl Unpin for XorName
impl UnwindSafe for XorName
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Clear for T where
    T: InitializableFromZeroed + ?Sized, 
T: InitializableFromZeroed + ?Sized,
fn clear(&mut self)
impl<T> CloneAny for T where
    T: Clone + Any, 
T: Clone + Any,
fn clone_any(&self) -> Box<dyn CloneAny + 'static>
fn clone_any_send(&self) -> Box<dyn CloneAny + 'static + Send> where
    T: Send, 
T: Send,
fn clone_any_sync(&self) -> Box<dyn CloneAny + 'static + Sync> where
    T: Sync, 
T: Sync,
fn clone_any_send_sync(&self) -> Box<dyn CloneAny + 'static + Sync + Send> where
    T: Send + Sync, 
T: Send + Sync,
impl<T> DebugAny for T where
    T: Any + Debug, 
T: Any + Debug,
impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> InitializableFromZeroed for T where
    T: Default, 
T: Default,
unsafe fn initialize(place: *mut T)
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
    T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> UnsafeAny for T where
    T: Any, 
T: Any,
impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
V: MultiLane<T>,