pub(crate) struct Sol220;Expand description
220h Contains Duplicate III
Implementations§
Auto Trait Implementations§
impl Freeze for Sol220
impl RefUnwindSafe for Sol220
impl Send for Sol220
impl Sync for Sol220
impl Unpin for Sol220
impl UnsafeUnpin for Sol220
impl UnwindSafe for Sol220
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