pub(crate) struct Sol315;
Expand description
315h Count of Smaller Numbers After Self
Implementations§
Auto Trait Implementations§
impl Freeze for Sol315
impl RefUnwindSafe for Sol315
impl Send for Sol315
impl Sync for Sol315
impl Unpin for Sol315
impl UnwindSafe for Sol315
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