pub struct ReplayProtection { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for ReplayProtection
impl RefUnwindSafe for ReplayProtection
impl Send for ReplayProtection
impl Sync for ReplayProtection
impl Unpin for ReplayProtection
impl UnsafeUnpin for ReplayProtection
impl UnwindSafe for ReplayProtection
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