Struct cassandra_cpp::Uuid [] [src]

pub struct Uuid(_);

Version 1 (time-based) or version 4 (random) UUID.

Methods

impl Uuid
[src]

[src]

Generates a V1 (time) UUID for the specified time.

[src]

Sets the UUID to the minimum V1 (time) value for the specified tim

[src]

Gets the timestamp for a V1 UUID

[src]

Gets the version for a UUID

Trait Implementations

impl Copy for Uuid
[src]

impl Clone for Uuid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Uuid
[src]

[src]

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

impl Debug for Uuid
[src]

[src]

Formats the value using the given formatter.

impl Display for Uuid
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for Uuid
[src]

The associated error which can be returned from parsing.

[src]

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

impl PartialEq for Uuid
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Uuid
[src]

impl Ord for Uuid
[src]

[src]

This method returns an Ordering between self and other. Read more

[src]

🔬 This is a nightly-only experimental API. (ord_max_min)

Compares and returns the maximum of two values. Read more

[src]

🔬 This is a nightly-only experimental API. (ord_max_min)

Compares and returns the minimum of two values. Read more

impl PartialOrd for Uuid
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more