Struct krpc::schema::List [] [src]

pub struct List {
    pub items: RepeatedField<Vec<u8>>,
    // some fields omitted
}

Fields

Methods

impl List
[src]

Trait Implementations

impl PartialEq for List
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for List
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for List
[src]

Returns the "default value" for a type. Read more

impl Sync for List
[src]

impl Message for List
[src]

impl MessageStatic for List
[src]

impl Clear for List
[src]

impl Debug for List
[src]

Formats the value using the given formatter.

impl ProtobufValue for List
[src]