pub enum lzma_internal {}
Auto Trait Implementations§
impl Freeze for lzma_internal
impl RefUnwindSafe for lzma_internal
impl Send for lzma_internal
impl Sync for lzma_internal
impl Unpin for lzma_internal
impl UnwindSafe for lzma_internal
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