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