Struct fusionauth_rust_client::models::refresh_token_revocation_policy::RefreshTokenRevocationPolicy
source · pub struct RefreshTokenRevocationPolicy {
pub on_login_prevented: Option<bool>,
pub on_multi_factor_enable: Option<bool>,
pub on_password_changed: Option<bool>,
}
Expand description
RefreshTokenRevocationPolicy :
Fields§
§on_login_prevented: Option<bool>
§on_multi_factor_enable: Option<bool>
§on_password_changed: Option<bool>
Implementations§
source§impl RefreshTokenRevocationPolicy
impl RefreshTokenRevocationPolicy
sourcepub fn new() -> RefreshTokenRevocationPolicy
pub fn new() -> RefreshTokenRevocationPolicy
Trait Implementations§
source§impl Clone for RefreshTokenRevocationPolicy
impl Clone for RefreshTokenRevocationPolicy
source§fn clone(&self) -> RefreshTokenRevocationPolicy
fn clone(&self) -> RefreshTokenRevocationPolicy
Returns a copy 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 RefreshTokenRevocationPolicy
impl Debug for RefreshTokenRevocationPolicy
source§impl Default for RefreshTokenRevocationPolicy
impl Default for RefreshTokenRevocationPolicy
source§fn default() -> RefreshTokenRevocationPolicy
fn default() -> RefreshTokenRevocationPolicy
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RefreshTokenRevocationPolicy
impl<'de> Deserialize<'de> for RefreshTokenRevocationPolicy
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 RefreshTokenRevocationPolicy
impl PartialEq for RefreshTokenRevocationPolicy
source§fn eq(&self, other: &RefreshTokenRevocationPolicy) -> bool
fn eq(&self, other: &RefreshTokenRevocationPolicy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RefreshTokenRevocationPolicy
Auto Trait Implementations§
impl RefUnwindSafe for RefreshTokenRevocationPolicy
impl Send for RefreshTokenRevocationPolicy
impl Sync for RefreshTokenRevocationPolicy
impl Unpin for RefreshTokenRevocationPolicy
impl UnwindSafe for RefreshTokenRevocationPolicy
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