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.

Trait Implementations§

source§

impl<'a> Clone for Structure<'a>

source§

fn clone(&self) -> Structure<'a>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
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<'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> From<Structure<'a>> for OwnedValue

source§

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

Converts to this type from the input type.
source§

impl<'a> PartialEq<Structure<'a>> 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> 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<'a>> for &'a Structure<'a>

§

type Error = Error

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

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

Performs the conversion.
source§

impl<'a> TryFrom<&'a Value<'a>> for 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 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<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> 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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

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

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.