[−][src]Trait brotli::enc::backward_references::CloneWithAlloc
Required methods
fn clone_with_alloc(&self, m: &mut Alloc) -> Self
Implementors
impl<Alloc: Allocator<u16> + Allocator<u32>, Special: AdvHashSpecialization + Sized + Clone> CloneWithAlloc<Alloc> for AdvHasher<Special, Alloc>
[src]
fn clone_with_alloc(&self, m: &mut Alloc) -> Self
[src]
impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for UnionHasher<Alloc>
[src]
fn clone_with_alloc(&self, m: &mut Alloc) -> Self
[src]
impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for BasicHasher<H2Sub<Alloc>>
[src]
fn clone_with_alloc(&self, m: &mut Alloc) -> Self
[src]
impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for BasicHasher<H3Sub<Alloc>>
[src]
fn clone_with_alloc(&self, m: &mut Alloc) -> Self
[src]
impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for BasicHasher<H4Sub<Alloc>>
[src]
fn clone_with_alloc(&self, m: &mut Alloc) -> Self
[src]
impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for BasicHasher<H54Sub<Alloc>>
[src]
fn clone_with_alloc(&self, m: &mut Alloc) -> Self
[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]
Buckets: PartialEq<Buckets>,