pub struct AtelierWebState { /* private fields */ }Expand description
Atelier state loaded by sim-web-shell at startup.
Implementations§
Auto Trait Implementations§
impl Freeze for AtelierWebState
impl RefUnwindSafe for AtelierWebState
impl Send for AtelierWebState
impl Sync for AtelierWebState
impl Unpin for AtelierWebState
impl UnsafeUnpin for AtelierWebState
impl UnwindSafe for AtelierWebState
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