pub struct FingerprintVerificationReply {
pub approved: bool,
pub name: Option<String>,
}Expand description
Reply for fingerprint verification requests.
Fields§
§approved: boolWhether user approved the fingerprint
name: Option<String>Optional friendly name to assign to the session
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FingerprintVerificationReply
impl RefUnwindSafe for FingerprintVerificationReply
impl Send for FingerprintVerificationReply
impl Sync for FingerprintVerificationReply
impl Unpin for FingerprintVerificationReply
impl UnsafeUnpin for FingerprintVerificationReply
impl UnwindSafe for FingerprintVerificationReply
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