#[repr(C)]pub struct BrotliEncoderPreparedDictionaryStruct { /* private fields */ }
Trait Implementations§
Source§impl Clone for BrotliEncoderPreparedDictionaryStruct
impl Clone for BrotliEncoderPreparedDictionaryStruct
Source§fn clone(&self) -> BrotliEncoderPreparedDictionaryStruct
fn clone(&self) -> BrotliEncoderPreparedDictionaryStruct
Returns a copy 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 moreimpl Copy for BrotliEncoderPreparedDictionaryStruct
Auto Trait Implementations§
impl Freeze for BrotliEncoderPreparedDictionaryStruct
impl RefUnwindSafe for BrotliEncoderPreparedDictionaryStruct
impl Send for BrotliEncoderPreparedDictionaryStruct
impl Sync for BrotliEncoderPreparedDictionaryStruct
impl Unpin for BrotliEncoderPreparedDictionaryStruct
impl UnwindSafe for BrotliEncoderPreparedDictionaryStruct
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