pub struct IFlate { /* private fields */ }Implementations§
Source§impl IFlate
impl IFlate
pub fn compressed(&self) -> &[u8] ⓘ
pub fn decoded(&self) -> Vec<u8> ⓘ
pub fn decode_string(&self) -> Result<String, FromUtf8Error>
pub fn algo(&self) -> CompressionMethod
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IFlate
impl RefUnwindSafe for IFlate
impl Send for IFlate
impl Sync for IFlate
impl Unpin for IFlate
impl UnsafeUnpin for IFlate
impl UnwindSafe for IFlate
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