pub struct SecurityReplayAttackConfig {
pub policy: ReplayAttackPolicy,
}Fields§
§policy: ReplayAttackPolicyTrait Implementations§
Source§impl Clone for SecurityReplayAttackConfig
impl Clone for SecurityReplayAttackConfig
Source§fn clone(&self) -> SecurityReplayAttackConfig
fn clone(&self) -> SecurityReplayAttackConfig
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 SecurityReplayAttackConfig
impl Debug for SecurityReplayAttackConfig
Source§impl Default for SecurityReplayAttackConfig
impl Default for SecurityReplayAttackConfig
Source§fn default() -> SecurityReplayAttackConfig
fn default() -> SecurityReplayAttackConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SecurityReplayAttackConfig
impl RefUnwindSafe for SecurityReplayAttackConfig
impl Send for SecurityReplayAttackConfig
impl Sync for SecurityReplayAttackConfig
impl Unpin for SecurityReplayAttackConfig
impl UnwindSafe for SecurityReplayAttackConfig
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