pub struct AndroidText<'a, 'b, 'c> {
pub title: &'a str,
pub subtitle: Option<&'b str>,
pub description: Option<&'c str>,
}Expand description
The text of the authentication prompt on Android.
Fields§
§title: &'a str§subtitle: Option<&'b str>§description: Option<&'c str>Auto Trait Implementations§
impl<'a, 'b, 'c> Freeze for AndroidText<'a, 'b, 'c>
impl<'a, 'b, 'c> RefUnwindSafe for AndroidText<'a, 'b, 'c>
impl<'a, 'b, 'c> Send for AndroidText<'a, 'b, 'c>
impl<'a, 'b, 'c> Sync for AndroidText<'a, 'b, 'c>
impl<'a, 'b, 'c> Unpin for AndroidText<'a, 'b, 'c>
impl<'a, 'b, 'c> UnsafeUnpin for AndroidText<'a, 'b, 'c>
impl<'a, 'b, 'c> UnwindSafe for AndroidText<'a, 'b, 'c>
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