pub(crate) struct Sol2269 {}Expand description
2269 Find the K-Beauty of a Number
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2269
impl RefUnwindSafe for Sol2269
impl Send for Sol2269
impl Sync for Sol2269
impl Unpin for Sol2269
impl UnsafeUnpin for Sol2269
impl UnwindSafe for Sol2269
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