pub struct AdminAppState {
pub title: String,
pub icon: String,
pub entities: Vec<EntityAdmin>,
pub renderer: AdminRenderer,
pub enforcer: Option<()>,
pub show_auth_nav: bool,
}Fields§
§title: String§icon: String§entities: Vec<EntityAdmin>§renderer: AdminRenderer§enforcer: Option<()>Auto Trait Implementations§
impl !Freeze for AdminAppState
impl !RefUnwindSafe for AdminAppState
impl Send for AdminAppState
impl Sync for AdminAppState
impl Unpin for AdminAppState
impl UnsafeUnpin for AdminAppState
impl !UnwindSafe for AdminAppState
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