#[non_exhaustive]pub struct DummyTranscoder;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DummyTranscoder
impl RefUnwindSafe for DummyTranscoder
impl Send for DummyTranscoder
impl Sync for DummyTranscoder
impl Unpin for DummyTranscoder
impl UnwindSafe for DummyTranscoder
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