[−][src]Enum sn_data_types::Blob
Object storing an Blob variant.
Variants
Private(PrivateData)Private Blob.
Public(PublicData)Public Blob.
Implementations
impl Data[src]
pub fn address(&self) -> &Address[src]
Returns the address.
pub fn name(&self) -> &XorName[src]
Returns the name.
pub fn owner(&self) -> Option<&PublicKey>[src]
Returns the owner if private blob.
pub fn kind(&self) -> Kind[src]
Returns the kind.
pub fn is_pub(&self) -> bool[src]
Returns true if published.
pub fn is_unpub(&self) -> bool[src]
Returns true if unpublished.
pub fn value(&self) -> &Vec<u8>[src]
Returns the value.
pub fn validate_size(&self) -> bool[src]
Returns true if the size is valid.
pub fn serialised_size(&self) -> u64[src]
Returns size of this data after serialisation.
Trait Implementations
impl Clone for Data[src]
impl Debug for Data[src]
impl<'de> Deserialize<'de> for Data[src]
pub fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for Data[src]
impl From<Data> for Data[src]
impl From<PrivateData> for Data[src]
pub fn from(data: PrivateData) -> Self[src]
impl From<PublicData> for Data[src]
pub fn from(data: PublicData) -> Self[src]
impl Hash for Data[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 Data[src]
pub fn cmp(&self, other: &Data) -> 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<Data> for Data[src]
impl PartialOrd<Data> for Data[src]
pub fn partial_cmp(&self, other: &Data) -> Option<Ordering>[src]
pub fn lt(&self, other: &Data) -> bool[src]
pub fn le(&self, other: &Data) -> bool[src]
pub fn gt(&self, other: &Data) -> bool[src]
pub fn ge(&self, other: &Data) -> bool[src]
impl Serialize for Data[src]
pub fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralEq for Data[src]
impl StructuralPartialEq for Data[src]
impl TryFrom<QueryResponse> for Blob[src]
type Error = TryFromError
The type returned in the event of a conversion error.
pub fn try_from(response: QueryResponse) -> Result<Self, Self::Error>[src]
Auto Trait Implementations
impl RefUnwindSafe for Data
impl Send for Data
impl Sync for Data
impl Unpin for Data
impl UnwindSafe for Data
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>,