Struct zvariant::Structure

source ·
pub struct Structure<'a> { /* private fields */ }
Expand description

A helper type to wrap structs in Value.

API is provided to convert from, and to tuples.

Implementations§

source§

impl<'a> Structure<'a>

source

pub fn fields(&self) -> &[Value<'a>]

Get a reference to all the fields of self.

source

pub fn into_fields(self) -> Vec<Value<'a>>

Converts self to a Vec containing all its fields.

source

pub fn signature(&self) -> Signature<'static>

Get the signature of this Structure.

NB: This method potentially allocates and copies. Use full_signature if you’d like to avoid that.

source

pub fn full_signature(&self) -> &Signature<'_>

Get the signature of this Structure.

source

pub fn try_clone(&self) -> Result<Self, Error>

Attempt to clone self.

Trait Implementations§

source§

impl<'a> Debug for Structure<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> Default for Structure<'a>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for Structure<'_>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> DynamicDeserialize<'a> for Structure<'a>

§

type Deserializer = StructureSeed<'a>

A DeserializeSeed implementation for this type.
source§

fn deserializer_for_signature<S>(signature: S) -> Result<Self::Deserializer>
where S: TryInto<Signature<'a>>, S::Error: Into<Error>,

Get a deserializer compatible with this signature.
source§

impl<'a> DynamicType for Structure<'a>

source§

fn dynamic_signature(&self) -> Signature<'_>

Get the signature for the implementing type. Read more
source§

impl<'a, T0> From<(T0,)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0,)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1> From<(T0, T1)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2> From<(T0, T1, T2)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3> From<(T0, T1, T2, T3)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4> From<(T0, T1, T2, T3, T4)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3, T4)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5> From<(T0, T1, T2, T3, T4, T5)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3, T4, T5)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6> From<(T0, T1, T2, T3, T4, T5, T6)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3, T4, T5, T6)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7> From<(T0, T1, T2, T3, T4, T5, T6, T7)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>, T7: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3, T4, T5, T6, T7)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8> From<(T0, T1, T2, T3, T4, T5, T6, T7, T8)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>, T7: DynamicType + Into<Value<'a>>, T8: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3, T4, T5, T6, T7, T8)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> From<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>, T7: DynamicType + Into<Value<'a>>, T8: DynamicType + Into<Value<'a>>, T9: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> From<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>, T7: DynamicType + Into<Value<'a>>, T8: DynamicType + Into<Value<'a>>, T9: DynamicType + Into<Value<'a>>, T10: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> From<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>, T7: DynamicType + Into<Value<'a>>, T8: DynamicType + Into<Value<'a>>, T9: DynamicType + Into<Value<'a>>, T10: DynamicType + Into<Value<'a>>, T11: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> From<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>, T7: DynamicType + Into<Value<'a>>, T8: DynamicType + Into<Value<'a>>, T9: DynamicType + Into<Value<'a>>, T10: DynamicType + Into<Value<'a>>, T11: DynamicType + Into<Value<'a>>, T12: DynamicType + Into<Value<'a>>,

source§

fn from(value: (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> From<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>, T7: DynamicType + Into<Value<'a>>, T8: DynamicType + Into<Value<'a>>, T9: DynamicType + Into<Value<'a>>, T10: DynamicType + Into<Value<'a>>, T11: DynamicType + Into<Value<'a>>, T12: DynamicType + Into<Value<'a>>, T13: DynamicType + Into<Value<'a>>,

source§

fn from( value: (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) ) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> From<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>, T7: DynamicType + Into<Value<'a>>, T8: DynamicType + Into<Value<'a>>, T9: DynamicType + Into<Value<'a>>, T10: DynamicType + Into<Value<'a>>, T11: DynamicType + Into<Value<'a>>, T12: DynamicType + Into<Value<'a>>, T13: DynamicType + Into<Value<'a>>, T14: DynamicType + Into<Value<'a>>,

source§

fn from( value: (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) ) -> Self

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> From<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)> for Structure<'a>
where T0: DynamicType + Into<Value<'a>>, T1: DynamicType + Into<Value<'a>>, T2: DynamicType + Into<Value<'a>>, T3: DynamicType + Into<Value<'a>>, T4: DynamicType + Into<Value<'a>>, T5: DynamicType + Into<Value<'a>>, T6: DynamicType + Into<Value<'a>>, T7: DynamicType + Into<Value<'a>>, T8: DynamicType + Into<Value<'a>>, T9: DynamicType + Into<Value<'a>>, T10: DynamicType + Into<Value<'a>>, T11: DynamicType + Into<Value<'a>>, T12: DynamicType + Into<Value<'a>>, T13: DynamicType + Into<Value<'a>>, T14: DynamicType + Into<Value<'a>>, T15: DynamicType + Into<Value<'a>>,

source§

fn from( value: (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) ) -> Self

Converts to this type from the input type.
source§

impl<'a> Hash for Structure<'a>

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl<'a> Ord for Structure<'a>

source§

fn cmp(&self, other: &Structure<'a>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl<'a> PartialEq for Structure<'a>

source§

fn eq(&self, other: &Structure<'a>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<'a> PartialOrd for Structure<'a>

source§

fn partial_cmp(&self, other: &Structure<'a>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl<'a> Serialize for Structure<'a>

source§

fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a OwnedValue> for &'a Structure<'a>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(v: &'a OwnedValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Value<'_>> for &'a Structure<'a>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Value<'_>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&Value<'a>> for Structure<'a>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: &Value<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<OwnedValue> for Structure<'static>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(v: OwnedValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0> TryFrom<Structure<'a>> for (T0,)
where T0: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1> TryFrom<Structure<'a>> for (T0, T1)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2> TryFrom<Structure<'a>> for (T0, T1, T2)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3> TryFrom<Structure<'a>> for (T0, T1, T2, T3)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6, T7> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6, T7)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, T7: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6, T7, T8> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6, T7, T8)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, T7: TryFrom<Value<'a>, Error = E>, T8: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, T7: TryFrom<Value<'a>, Error = E>, T8: TryFrom<Value<'a>, Error = E>, T9: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, T7: TryFrom<Value<'a>, Error = E>, T8: TryFrom<Value<'a>, Error = E>, T9: TryFrom<Value<'a>, Error = E>, T10: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, T7: TryFrom<Value<'a>, Error = E>, T8: TryFrom<Value<'a>, Error = E>, T9: TryFrom<Value<'a>, Error = E>, T10: TryFrom<Value<'a>, Error = E>, T11: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, T7: TryFrom<Value<'a>, Error = E>, T8: TryFrom<Value<'a>, Error = E>, T9: TryFrom<Value<'a>, Error = E>, T10: TryFrom<Value<'a>, Error = E>, T11: TryFrom<Value<'a>, Error = E>, T12: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, T7: TryFrom<Value<'a>, Error = E>, T8: TryFrom<Value<'a>, Error = E>, T9: TryFrom<Value<'a>, Error = E>, T10: TryFrom<Value<'a>, Error = E>, T11: TryFrom<Value<'a>, Error = E>, T12: TryFrom<Value<'a>, Error = E>, T13: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, T7: TryFrom<Value<'a>, Error = E>, T8: TryFrom<Value<'a>, Error = E>, T9: TryFrom<Value<'a>, Error = E>, T10: TryFrom<Value<'a>, Error = E>, T11: TryFrom<Value<'a>, Error = E>, T12: TryFrom<Value<'a>, Error = E>, T13: TryFrom<Value<'a>, Error = E>, T14: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a, E, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> TryFrom<Structure<'a>> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
where T0: TryFrom<Value<'a>, Error = E>, T1: TryFrom<Value<'a>, Error = E>, T2: TryFrom<Value<'a>, Error = E>, T3: TryFrom<Value<'a>, Error = E>, T4: TryFrom<Value<'a>, Error = E>, T5: TryFrom<Value<'a>, Error = E>, T6: TryFrom<Value<'a>, Error = E>, T7: TryFrom<Value<'a>, Error = E>, T8: TryFrom<Value<'a>, Error = E>, T9: TryFrom<Value<'a>, Error = E>, T10: TryFrom<Value<'a>, Error = E>, T11: TryFrom<Value<'a>, Error = E>, T12: TryFrom<Value<'a>, Error = E>, T13: TryFrom<Value<'a>, Error = E>, T14: TryFrom<Value<'a>, Error = E>, T15: TryFrom<Value<'a>, Error = E>, Error: From<E>,

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Structure<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<Structure<'a>> for OwnedValue

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(v: Structure<'a>) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<Value<'a>> for Structure<'a>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: Value<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> Eq for Structure<'a>

source§

impl<'a> StructuralPartialEq for Structure<'a>

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for Structure<'a>

§

impl<'a> Send for Structure<'a>

§

impl<'a> Sync for Structure<'a>

§

impl<'a> Unpin for Structure<'a>

§

impl<'a> UnwindSafe for Structure<'a>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> NoneValue for T
where T: Default,

§

type NoneType = T

source§

fn null_value() -> T

The none-equivalent value.
source§

impl<T> ToString for T
where T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.