pub(crate) struct Sol908;
Expand description
908 Smallest Range I
Implementations§
Auto Trait Implementations§
impl Freeze for Sol908
impl RefUnwindSafe for Sol908
impl Send for Sol908
impl Sync for Sol908
impl Unpin for Sol908
impl UnwindSafe for Sol908
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