pub trait Dissectible {
    // Required method
    fn field_info() -> LayoutInfo;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<T> Dissectible for &mut Twhere T: ?Sized,

source§

impl Dissectible for String

source§

impl<T> Dissectible for OnceLock<T>

source§

impl<T, E> Dissectible for Result<T, E>

source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M> Dissectible for (A, B, C, D, E, F, G, H, I, J, K, L, M)

source§

impl<A, B, C, D, E, F, G, H, I, J> Dissectible for (A, B, C, D, E, F, G, H, I, J)

source§

impl<T> Dissectible for Cell<T>

source§

impl<A> Dissectible for (A,)

source§

impl<T> Dissectible for UnsafeCell<T>

source§

impl<T> Dissectible for &Twhere T: ?Sized,

source§

impl<T> Dissectible for Rc<T>where T: ?Sized,

source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Dissectible for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)

source§

impl<A, B, C, D, E, F> Dissectible for (A, B, C, D, E, F)

source§

impl<T, A> Dissectible for Vec<T, A>where A: Allocator,

source§

impl<A, B> Dissectible for (A, B)

source§

impl<T, A> Dissectible for Box<T, A>where T: ?Sized, A: Allocator,

source§

impl<A, B, C> Dissectible for (A, B, C)

source§

impl<A, B, C, D, E, F, G> Dissectible for (A, B, C, D, E, F, G)

source§

impl<A, B, C, D, E, F, G, H, I, J, K, L> Dissectible for (A, B, C, D, E, F, G, H, I, J, K, L)

source§

impl<T> Dissectible for Option<T>

source§

impl<T> Dissectible for RefCell<T>

source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Dissectible for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)

source§

impl<T> Dissectible for Arc<T>

source§

impl Dissectible for ()

source§

impl<A, B, C, D, E, F, G, H, I> Dissectible for (A, B, C, D, E, F, G, H, I)

source§

impl<A, B, C, D, E> Dissectible for (A, B, C, D, E)

source§

impl<T> Dissectible for OnceCell<T>

source§

impl<A, B, C, D, E, F, G, H, I, J, K> Dissectible for (A, B, C, D, E, F, G, H, I, J, K)

source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> Dissectible for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)

source§

impl<A, B, C, D, E, F, G, H> Dissectible for (A, B, C, D, E, F, G, H)

source§

impl<A, B, C, D> Dissectible for (A, B, C, D)

Implementors§

source§

impl<T> Dissectible for RcBox<T>

source§

impl<T> Dissectible for ArcInner<T>

source§

impl<T> Dissectible for MockArc<T>

source§

impl<T, A> Dissectible for RawVec<T, A>where A: Allocator,