Struct cdrs::types::CInet [] [src]

pub struct CInet {
    pub addr: SocketAddr,
}

The structure wich represets Cassandra inet.

Fields

Trait Implementations

impl Debug for CInet
[src]

Formats the value using the given formatter.

impl FromCursor for CInet
[src]

It should return an implementor from an io::Cursor over an array of bytes.