#[non_exhaustive]pub struct FreeTrialOptions { /* private fields */ }Implementations§
Source§impl FreeTrialOptions
impl FreeTrialOptions
pub fn new(days: i64) -> Self
pub fn on_trial_start<F, Fut>(self, hook: F) -> Selfwhere
F: Fn(Subscription) -> Fut + Send + Sync + 'static,
Fut: Future<Output = Result<(), RustAuthError>> + Send + 'static,
pub fn on_trial_end<F, Fut>(self, hook: F) -> Selfwhere
F: Fn(Subscription, &AuthContext) -> Fut + Send + Sync + 'static,
Fut: Future<Output = Result<(), RustAuthError>> + Send + 'static,
pub fn on_trial_expired<F, Fut>(self, hook: F) -> Selfwhere
F: Fn(Subscription, &AuthContext) -> Fut + Send + Sync + 'static,
Fut: Future<Output = Result<(), RustAuthError>> + Send + 'static,
Trait Implementations§
Source§impl Clone for FreeTrialOptions
impl Clone for FreeTrialOptions
Source§fn clone(&self) -> FreeTrialOptions
fn clone(&self) -> FreeTrialOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FreeTrialOptions
impl Debug for FreeTrialOptions
impl Eq for FreeTrialOptions
Source§impl PartialEq for FreeTrialOptions
impl PartialEq for FreeTrialOptions
Auto Trait Implementations§
impl !RefUnwindSafe for FreeTrialOptions
impl !UnwindSafe for FreeTrialOptions
impl Freeze for FreeTrialOptions
impl Send for FreeTrialOptions
impl Sync for FreeTrialOptions
impl Unpin for FreeTrialOptions
impl UnsafeUnpin for FreeTrialOptions
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.