[][src]Trait brotli::enc::backward_references::CloneWithAlloc

pub trait CloneWithAlloc<Alloc: Allocator<u16> + Allocator<u32>> {
    fn clone_with_alloc(&self, m: &mut Alloc) -> Self;
}

Required methods

fn clone_with_alloc(&self, m: &mut Alloc) -> Self

Loading content...

Implementors

impl<Alloc: Allocator<u16> + Allocator<u32>, Special: AdvHashSpecialization + Sized + Clone> CloneWithAlloc<Alloc> for AdvHasher<Special, Alloc>[src]

impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for UnionHasher<Alloc>[src]

impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for BasicHasher<H2Sub<Alloc>>[src]

impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for BasicHasher<H3Sub<Alloc>>[src]

impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for BasicHasher<H4Sub<Alloc>>[src]

impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for BasicHasher<H54Sub<Alloc>>[src]

impl<Alloc: Allocator<u16> + Allocator<u32>, Buckets: Allocable<u32, Alloc> + SliceWrapperMut<u32> + SliceWrapper<u32>, Params: H10Params> CloneWithAlloc<Alloc> for H10<Alloc, Buckets, Params> where
    Buckets: PartialEq<Buckets>, 
[src]

Loading content...