pub struct DIDGenerationOptions {
pub key_type: KeyType,
}Expand description
Options for generating a DID
Fields§
§key_type: KeyTypeKey type to use
Trait Implementations§
Source§impl Clone for DIDGenerationOptions
impl Clone for DIDGenerationOptions
Source§fn clone(&self) -> DIDGenerationOptions
fn clone(&self) -> DIDGenerationOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DIDGenerationOptions
impl Debug for DIDGenerationOptions
Auto Trait Implementations§
impl Freeze for DIDGenerationOptions
impl RefUnwindSafe for DIDGenerationOptions
impl Send for DIDGenerationOptions
impl Sync for DIDGenerationOptions
impl Unpin for DIDGenerationOptions
impl UnsafeUnpin for DIDGenerationOptions
impl UnwindSafe for DIDGenerationOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more