Struct keytar::Password[][src]

#[repr(C)]
pub struct Password { pub success: bool, pub password: String, }
Expand description

Workaround until cxx supports Options https://github.com/dtolnay/cxx/issues/87

Fields

success: boolpassword: String

Trait Implementations

type Id

A type-level representation of the type’s C++ namespace and type name. Read more

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

Performs the conversion.

Performs the conversion.

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.