Struct cassandra_cpp::CustomPayload [] [src]

pub struct CustomPayload(_);

Custom payloads not fully supported yet

Methods

impl CustomPayload
[src]

Sets an item to the custom payload.

Trait Implementations

impl Debug for CustomPayload
[src]

Formats the value using the given formatter.

impl Default for CustomPayload
[src]

creates a new custom payload

impl Drop for CustomPayload
[src]

A method called when the value goes out of scope. Read more