pub struct EnableParamsBuilder { /* private fields */ }Implementations§
Source§impl EnableParamsBuilder
impl EnableParamsBuilder
Sourcepub fn disableRejectionDelay(self, disableRejectionDelay: bool) -> Self
pub fn disableRejectionDelay(self, disableRejectionDelay: bool) -> Self
Allows callers to disable the promise rejection delay that would normally happen, if this is unimportant to what’s being tested. (step 4 of https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in)
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