[][src]Struct rkyv::core_impl::AtomicResolver

pub struct AtomicResolver;

Trait Implementations

impl Resolve<AtomicBool> for AtomicResolver[src]

type Archived = AtomicBool

The type that this resolver resolves to.

impl Resolve<AtomicI16> for AtomicResolver[src]

type Archived = AtomicI16

The type that this resolver resolves to.

impl Resolve<AtomicI32> for AtomicResolver[src]

type Archived = AtomicI32

The type that this resolver resolves to.

impl Resolve<AtomicI64> for AtomicResolver[src]

type Archived = AtomicI64

The type that this resolver resolves to.

impl Resolve<AtomicI8> for AtomicResolver[src]

type Archived = AtomicI8

The type that this resolver resolves to.

impl Resolve<AtomicU16> for AtomicResolver[src]

type Archived = AtomicU16

The type that this resolver resolves to.

impl Resolve<AtomicU32> for AtomicResolver[src]

type Archived = AtomicU32

The type that this resolver resolves to.

impl Resolve<AtomicU64> for AtomicResolver[src]

type Archived = AtomicU64

The type that this resolver resolves to.

impl Resolve<AtomicU8> for AtomicResolver[src]

type Archived = AtomicU8

The type that this resolver resolves to.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.