pub struct Horoscopes;
Expand description
Rambler&Co service with esoteric content. (:
Trait Implementations
impl Django for Horoscopes
Project was built on top of Django web framework.
impl Postgresql for Horoscopes
Main data storage.
impl<'period, 'f2018, 't2022, Team> TeamLead<Team> for &'period Horoscopes where
Team: Python,
'period: 'f2018 + 't2022,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more