[−][src]Enum sn_data_types::BlobAddress
Address of an Blob.
Variants
Private(XorName)Private namespace.
Public(XorName)Public namespace.
Implementations
impl Address[src]
pub fn from_kind(kind: Kind, name: XorName) -> Self[src]
Constructs an Address given kind and name.
pub fn kind(&self) -> Kind[src]
Returns the kind.
pub fn name(&self) -> &XorName[src]
Returns the name.
pub fn is_pub(&self) -> bool[src]
Returns true if published.
pub fn is_unpub(&self) -> bool[src]
Returns true if unpublished.
pub fn encode_to_zbase32(&self) -> Result<String, Error>[src]
Returns the Address serialised and encoded in z-base-32.
pub fn decode_from_zbase32<T: AsRef<str>>(encoded: T) -> Result<Self, Error>[src]
Creates from z-base-32 encoded string.
Trait Implementations
impl Clone for Address[src]
impl Copy for Address[src]
impl Debug for Address[src]
impl<'de> Deserialize<'de> for Address[src]
pub fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for Address[src]
impl Hash for Address[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for Address[src]
pub fn cmp(&self, other: &Address) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<Address> for Address[src]
impl PartialOrd<Address> for Address[src]
pub fn partial_cmp(&self, other: &Address) -> Option<Ordering>[src]
pub fn lt(&self, other: &Address) -> bool[src]
pub fn le(&self, other: &Address) -> bool[src]
pub fn gt(&self, other: &Address) -> bool[src]
pub fn ge(&self, other: &Address) -> bool[src]
impl Serialize for Address[src]
pub fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralEq for Address[src]
impl StructuralPartialEq for Address[src]
Auto Trait Implementations
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnwindSafe for Address
Blanket Implementations
impl<A> Actor for A where
A: Clone + Ord + Hash, [src]
A: Clone + Ord + Hash,
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,
pub fn borrow_mut(&mut self) -> &mut T[src]
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, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Member for T where
T: Clone + Eq + Hash, [src]
T: Clone + Eq + Hash,
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.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
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.
pub 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.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,