Struct td_proto_rust::config::Field [] [src]

pub struct Field {
    pub index: u16,
    pub pattern: String,
}

Fields

index: u16 pattern: String

Methods

impl Field
[src]

fn new_nil() -> Field

fn is_nil_type(&self) -> bool

fn new(pattern: String) -> Field

Trait Implementations

impl Debug for Field
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Decodable for Field
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Field, __D::Error>