pub struct SecretField {
pub name: String,
pub label: String,
pub required: bool,
pub is_password: bool,
}Fields§
§name: String§label: String§required: bool§is_password: boolAuto Trait Implementations§
impl Freeze for SecretField
impl RefUnwindSafe for SecretField
impl Send for SecretField
impl Sync for SecretField
impl Unpin for SecretField
impl UnwindSafe for SecretField
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