pub struct ReentrancyGuard { /* private fields */ }Expand description
Reentrancy guard to prevent reentrancy attacks.
Implementations§
Auto Trait Implementations§
impl Freeze for ReentrancyGuard
impl RefUnwindSafe for ReentrancyGuard
impl Send for ReentrancyGuard
impl Sync for ReentrancyGuard
impl Unpin for ReentrancyGuard
impl UnwindSafe for ReentrancyGuard
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