pub struct Base44ProjectsAppConfig {
pub app_name: Option<String>,
}Fields§
§app_name: Option<String>Trait Implementations§
Source§impl Debug for Base44ProjectsAppConfig
impl Debug for Base44ProjectsAppConfig
Auto Trait Implementations§
impl Freeze for Base44ProjectsAppConfig
impl RefUnwindSafe for Base44ProjectsAppConfig
impl Send for Base44ProjectsAppConfig
impl Sync for Base44ProjectsAppConfig
impl Unpin for Base44ProjectsAppConfig
impl UnsafeUnpin for Base44ProjectsAppConfig
impl UnwindSafe for Base44ProjectsAppConfig
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