Struct cassandra_cpp::Inet [] [src]

#[repr(C)]
pub struct Inet(_);

Cassandra's version of an IP address

Methods

impl Inet
[src]

[src]

Constructs an inet v4 object.

[src]

Constructs an inet v6 object.

Trait Implementations

impl Debug for Inet
[src]

[src]

Formats the value using the given formatter.

impl Default for Inet
[src]

[src]

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

impl FromStr for Inet
[src]

The types of errors that can occur when trying to parse an Inet String

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl ToString for Inet
[src]

[src]

Converts the given value to a String. Read more