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

An identity where devices are manually configured with a x509 certificate bundle

Implementations

Construct a Manual identity.

A Ditto peer identity that was created manually rather than generated by an identity service. This is a text bundle beginning with the line “—–BEGIN DITTO IDENTITY—–”. To learn how to create and use Manual Identities please refer to Ditto’s online documentation.

  • manual_identity: a multiline string containing a Manual Identity bundle

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
Applies the [Compat] adapter by value. Read more
Applies the [Compat] adapter by shared reference. Read more
Applies the [Compat] adapter by mutable reference. 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.

Converts to T by calling Into<T>::into.
Tries to convert to T by calling TryInto<T>::try_into.
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.