Struct threema_gateway::BlobId [] [src]

pub struct BlobId(pub [u8; 16]);

A blob ID. Must contain exactly 16 lowercase hexadecimal characters.

Methods

impl BlobId
[src]

Create a new BlobId.

Create a new BlobId from a 32 character hexadecimal String.

Trait Implementations

impl Debug for BlobId
[src]

Formats the value using the given formatter.

impl PartialEq for BlobId
[src]

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

This method tests for !=.

impl Eq for BlobId
[src]

impl Clone for BlobId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for BlobId
[src]

Formats the value using the given formatter. Read more

impl Serialize for BlobId
[src]

Serialize this value into the given Serde serializer. Read more