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

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

Implementations

Construct a Manual identity.

  • ditto_root: DittoRoot instance indicating local storage directory
  • certificate_config_b64: A valid configuration of a x509 PKI Client Certificate Chain, Private Key, and other Identity data which identifies this instance of this app to other peers and allows for a TLS session to be established. This bundle should be provided as a single Base64 encoded string

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.

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.