Struct cratedb::blob::BlobRef[][src]

pub struct BlobRef {
    pub sha1: Vec<u8>,
    pub table: String,
}

A reference to a server-side blob. Basically contains the SHA1 hash and the table.

Fields

SHA1 byte vector that identifies the blob on the server.

Table/bucket where the blob is located on the server.

Trait Implementations

impl Debug for BlobRef
[src]

Formats the value using the given formatter. Read more

impl Clone for BlobRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BlobRef
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for BlobRef

impl Sync for BlobRef