pub struct RevenuecatAppConfig {}Trait Implementations§
Source§impl CatalogService for RevenuecatAppConfig
impl CatalogService for RevenuecatAppConfig
Source§impl Debug for RevenuecatAppConfig
impl Debug for RevenuecatAppConfig
Auto Trait Implementations§
impl Freeze for RevenuecatAppConfig
impl RefUnwindSafe for RevenuecatAppConfig
impl Send for RevenuecatAppConfig
impl Sync for RevenuecatAppConfig
impl Unpin for RevenuecatAppConfig
impl UnsafeUnpin for RevenuecatAppConfig
impl UnwindSafe for RevenuecatAppConfig
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