pub struct ChunkerRef(/* private fields */);
Trait Implementations§
Source§impl Clone for ChunkerRef
impl Clone for ChunkerRef
Source§fn clone(&self) -> ChunkerRef
fn clone(&self) -> ChunkerRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ChunkerRef
impl Debug for ChunkerRef
Source§impl Deref for ChunkerRef
impl Deref for ChunkerRef
Source§impl DerefMut for ChunkerRef
impl DerefMut for ChunkerRef
Source§impl<C> From<C> for ChunkerRefwhere
C: Chunker + 'static,
impl<C> From<C> for ChunkerRefwhere
C: Chunker + 'static,
Auto Trait Implementations§
impl Freeze for ChunkerRef
impl !RefUnwindSafe for ChunkerRef
impl !Send for ChunkerRef
impl !Sync for ChunkerRef
impl Unpin for ChunkerRef
impl !UnwindSafe for ChunkerRef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more