pub struct StscDecoder;Trait Implementations§
Auto Trait Implementations§
impl Freeze for StscDecoder
impl RefUnwindSafe for StscDecoder
impl Send for StscDecoder
impl Sync for StscDecoder
impl Unpin for StscDecoder
impl UnwindSafe for StscDecoder
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