Struct cassandra_protocol::types::CInet [−][src]
pub struct CInet {
pub addr: SocketAddr,
}
Expand description
The structure which represents Cassandra inet (https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec).
Fields
addr: SocketAddr
Implementations
Trait Implementations
It should return an implementor from an io::Cursor
over an array of bytes.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for CInet
impl UnwindSafe for CInet
Blanket Implementations
Mutably borrows from an owned value. Read more