pub(crate) struct Sol407;Expand description
407h Trapping Rain Water II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol407
impl RefUnwindSafe for Sol407
impl Send for Sol407
impl Sync for Sol407
impl Unpin for Sol407
impl UnsafeUnpin for Sol407
impl UnwindSafe for Sol407
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