Struct dusk_cdf::AtomicConfig
source · [−]pub struct AtomicConfig;Expand description
Empty config set for atomic serialization that is not parametrizable
Trait Implementations
sourceimpl Default for AtomicConfig
impl Default for AtomicConfig
Auto Trait Implementations
impl RefUnwindSafe for AtomicConfig
impl Send for AtomicConfig
impl Sync for AtomicConfig
impl Unpin for AtomicConfig
impl UnwindSafe for AtomicConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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