pub struct IcToken(_);
Available on crate feature std only.
Expand description

A counter-based unforgeable token used to access the contents of a TokenLock.

This type lacks a Clone implementation to ensure exclusive access to TokenLock.

Implementations

Construct an IcTokenId that equates to self.

Borrow self as a non-Sync reference.

Non-Sync tokens such as those created by this method can be used with UnsyncTokenLock.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.