Struct rincon_session::client::VertexCollection [] [src]

pub struct VertexCollection { /* fields omitted */ }

Methods

impl VertexCollection
[src]

[src]

[src]

Trait Implementations

impl<'de> Deserialize<'de> for VertexCollection
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl PartialEq<VertexCollection> for VertexCollection
[src]

[src]

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

[src]

This method tests for !=.

impl Serialize for VertexCollection
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Clone for VertexCollection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VertexCollection
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations