pub struct SqshCompressionOptions { /* private fields */ }Trait Implementations§
Source§impl Clone for SqshCompressionOptions
impl Clone for SqshCompressionOptions
Source§fn clone(&self) -> SqshCompressionOptions
fn clone(&self) -> SqshCompressionOptions
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 SqshCompressionOptions
impl Debug for SqshCompressionOptions
impl Copy for SqshCompressionOptions
Auto Trait Implementations§
impl Freeze for SqshCompressionOptions
impl RefUnwindSafe for SqshCompressionOptions
impl Send for SqshCompressionOptions
impl Sync for SqshCompressionOptions
impl Unpin for SqshCompressionOptions
impl UnwindSafe for SqshCompressionOptions
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