pub struct OEISDatabase { /* private fields */ }
Expand description
Represents the whole OEIS database, which is sequence of Series
Implementations§
Auto Trait Implementations§
impl Freeze for OEISDatabase
impl RefUnwindSafe for OEISDatabase
impl Send for OEISDatabase
impl Sync for OEISDatabase
impl Unpin for OEISDatabase
impl UnwindSafe for OEISDatabase
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