pub struct Libraries {
pub app_compat_enabled: bool,
pub firebase: Option<Firebase>,
pub ad_mob: Option<AdMob>,
pub google_map: Option<GoogleMap>,
}Expand description
A model that stores libraries’ information of a project
Fields§
§app_compat_enabled: bool§firebase: Option<Firebase>§ad_mob: Option<AdMob>§google_map: Option<GoogleMap>Trait Implementations§
impl StructuralPartialEq for Libraries
Auto Trait Implementations§
impl Freeze for Libraries
impl RefUnwindSafe for Libraries
impl Send for Libraries
impl Sync for Libraries
impl Unpin for Libraries
impl UnwindSafe for Libraries
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