pub struct AdBlock;
👎Deprecated since 2017.1.1:
Closed
Expand description
The system allows mobile users to disable advertisements for some small payments.
Trait Implementations
impl ClickHouse for AdBlock
Secondary storage.
impl<'period, 'f2016, 't2017, Language> Developer<Language> for &'period AdBlock where
Language: Python,
'period: 'f2016 + 't2017,
This project uses Paywall architecture and shares some codebases.
impl Python for AdBlock
Python was a main programming language on this project.
impl Riak for AdBlock
Main storage.
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