pub(crate) struct Sol639 {}Expand description
639h Decode Ways II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol639
impl RefUnwindSafe for Sol639
impl Send for Sol639
impl Sync for Sol639
impl Unpin for Sol639
impl UnsafeUnpin for Sol639
impl UnwindSafe for Sol639
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