pub struct ResetCooldownParams {}Expand description
Resets the cooldown time, if any, to allow the next FedCM call to show a dialog even if one was recently dismissed by the user. resetCooldown
Trait Implementations§
Source§impl Clone for ResetCooldownParams
impl Clone for ResetCooldownParams
Source§fn clone(&self) -> ResetCooldownParams
fn clone(&self) -> ResetCooldownParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResetCooldownParams
impl Debug for ResetCooldownParams
Source§impl<'de> Deserialize<'de> for ResetCooldownParams
impl<'de> Deserialize<'de> for ResetCooldownParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ResetCooldownParams
impl PartialEq for ResetCooldownParams
Source§impl Serialize for ResetCooldownParams
impl Serialize for ResetCooldownParams
impl StructuralPartialEq for ResetCooldownParams
Auto Trait Implementations§
impl Freeze for ResetCooldownParams
impl RefUnwindSafe for ResetCooldownParams
impl Send for ResetCooldownParams
impl Sync for ResetCooldownParams
impl Unpin for ResetCooldownParams
impl UnsafeUnpin for ResetCooldownParams
impl UnwindSafe for ResetCooldownParams
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