[][src]Struct serde_hex::config::StrictPfx

pub struct StrictPfx;

Config indicating a strict representation with prefixing but no capitalization.

Trait Implementations

impl HexConf for StrictPfx[src]

fn compact() -> bool[src]

function indicating whether to use compact (as apposed to strict) representation. Read more

fn withcap() -> bool[src]

function indicating whether to use capital letters (A-F).

impl<T, E> SerHex<StrictPfx> for [T; 1] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 2] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 3] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 4] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 5] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 6] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 7] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 8] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 9] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 10] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 11] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 12] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 13] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 14] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 15] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 16] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 17] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 18] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 19] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 20] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 21] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 22] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 23] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 24] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 25] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 26] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 27] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 28] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 29] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 30] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 31] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 32] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 33] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 34] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 35] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 36] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 37] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 38] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 39] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 40] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 41] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 42] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 43] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 44] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 45] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 46] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 47] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 48] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 49] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 50] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 51] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 52] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 53] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 54] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 55] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 56] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 57] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 58] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 59] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 60] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 61] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 62] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 63] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl<T, E> SerHex<StrictPfx> for [T; 64] where
    E: From<Error> + Error,
    T: SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

type Error = E

Error type of the implementation. Read more

fn into_hex(&self) -> Result<String, Self::Error>[src]

Attempt to convert self into a hexadecimal string representation.

fn from_hex<S>(src: S) -> Result<Self, Self::Error> where
    S: AsRef<[u8]>, 
[src]

Attempt to convert a slice of hexadecimal bytes into an instance of Self.

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

Attempt to serialize self into a hexadecimal string representation. Read more

fn deserialize<'de, D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Attempt to deserialize a hexadecimal string into an instance of Self.

impl SerHexSeq<StrictPfx> for u8[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl SerHexSeq<StrictPfx> for u16[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl SerHexSeq<StrictPfx> for u32[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl SerHexSeq<StrictPfx> for u64[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 1] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 2] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 3] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 4] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 5] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 6] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 7] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 8] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 9] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 10] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 11] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 12] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 13] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 14] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 15] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 16] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 17] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 18] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 19] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 20] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 21] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 22] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 23] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 24] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 25] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 26] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 27] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 28] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 29] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 30] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 31] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 32] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 33] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 34] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 35] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 36] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 37] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 38] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 39] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 40] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 41] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 42] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 43] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 44] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 45] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 46] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 47] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 48] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 49] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 50] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 51] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 52] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 53] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 54] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 55] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 56] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 57] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 58] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 59] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 60] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 61] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 62] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 63] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

impl<T, E> SerHexSeq<StrictPfx> for [T; 64] where
    E: From<Error> + Error,
    T: SerHexSeq<StrictPfx> + SerHex<Strict, Error = E> + SerHex<StrictPfx, Error = E> + SerHex<StrictCap, Error = E> + SerHex<StrictCapPfx, Error = E>, 
[src]

fn serialize<'a, S, T>(sequence: T, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer,
    T: IntoIterator<Item = &'a Self>,
    Self: 'a, 
[src]

Same as SerHex::serialize, but for sequences of Self.

fn deserialize<'de, D, T>(deserializer: D) -> Result<T, D::Error> where
    D: Deserializer<'de>,
    T: FromIterator<Self>, 
[src]

Same as SerHex::deserialize, but for sequences of Self.

Auto Trait Implementations

impl Send for StrictPfx

impl Sync for StrictPfx

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]