pub struct TestPolicy { /* private fields */ }
Expand description

Policy type used by init and receive contexts for testing. This type should not be used directly, but rather through its HasPolicy interface.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Identity provider who signed the identity object the credential is derived from. Read more

Beginning of the month in milliseconds since unix epoch when the credential was created. Read more

Beginning of the month where the credential is no longer valid, in milliseconds since unix epoch. Read more

Get the next attribute, storing it in the provided buffer. The return value, if Some, is a pair of an attribute tag, and the length, n of the attribute value. In this case, the attribute value is written in the first n bytes of the provided buffer. The rest of the buffer is unchanged. Read more

Get an iterator over all the attributes of the policy.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.