pub struct CompressorBuilder<T> { /* private fields */ }
Expand description
Compressor<T>
を生成する
Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for CompressorBuilder<T>
impl<T: Clone> Clone for CompressorBuilder<T>
Source§fn clone(&self) -> CompressorBuilder<T>
fn clone(&self) -> CompressorBuilder<T>
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 moreSource§impl<T: Default> Default for CompressorBuilder<T>
impl<T: Default> Default for CompressorBuilder<T>
Source§fn default() -> CompressorBuilder<T>
fn default() -> CompressorBuilder<T>
Returns the “default value” for a type. Read more
Source§impl<U> Extend<U> for CompressorBuilder<U>
impl<U> Extend<U> for CompressorBuilder<U>
Source§fn extend<T: IntoIterator<Item = U>>(&mut self, iter: T)
fn extend<T: IntoIterator<Item = U>>(&mut self, iter: T)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Auto Trait Implementations§
impl<T> Freeze for CompressorBuilder<T>
impl<T> RefUnwindSafe for CompressorBuilder<T>where
T: RefUnwindSafe,
impl<T> Send for CompressorBuilder<T>where
T: Send,
impl<T> Sync for CompressorBuilder<T>where
T: Sync,
impl<T> Unpin for CompressorBuilder<T>where
T: Unpin,
impl<T> UnwindSafe for CompressorBuilder<T>where
T: UnwindSafe,
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