pub struct EnableParamsBuilder { /* private fields */ }Implementations§
Source§impl EnableParamsBuilder
impl EnableParamsBuilder
Sourcepub fn enable_ui(self, enable_ui: bool) -> Self
pub fn enable_ui(self, enable_ui: bool) -> Self
Whether to enable the WebAuthn user interface. Enabling the UI is recommended for debugging and demo purposes, as it is closer to the real experience. Disabling the UI is recommended for automated testing. Supported at the embedder’s discretion if UI is available. Defaults to false.
pub fn build(self) -> EnableParams
Trait Implementations§
Source§impl Default for EnableParamsBuilder
impl Default for EnableParamsBuilder
Source§fn default() -> EnableParamsBuilder
fn default() -> EnableParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnableParamsBuilder
impl RefUnwindSafe for EnableParamsBuilder
impl Send for EnableParamsBuilder
impl Sync for EnableParamsBuilder
impl Unpin for EnableParamsBuilder
impl UnsafeUnpin for EnableParamsBuilder
impl UnwindSafe for EnableParamsBuilder
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