pub(crate) struct Sol873;Expand description
873m Length of Longest Fibonacci Subsequence
Implementations§
Auto Trait Implementations§
impl Freeze for Sol873
impl RefUnwindSafe for Sol873
impl Send for Sol873
impl Sync for Sol873
impl Unpin for Sol873
impl UnsafeUnpin for Sol873
impl UnwindSafe for Sol873
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