AtomicObject
Clone
This commit is contained in:
parent
b3c6f1defd
commit
cbd80a9307
@ -5,6 +5,7 @@ use std::ops::Deref;
|
||||
use super::*;
|
||||
|
||||
/// Generic implementation of a [Mentionable] for [Atomic]s.
|
||||
#[derive(Clone)]
|
||||
pub struct AtomicObject<A: Atomic> {
|
||||
atomic: A,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user