Struct solana_perf::sigverify::Deduper
source · pub struct Deduper {
pub saturated: AtomicBool,
/* private fields */
}
Fields
saturated: AtomicBool
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Deduper
impl Send for Deduper
impl Sync for Deduper
impl Unpin for Deduper
impl UnwindSafe for Deduper
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more