pub struct AppStateRon { /* private fields */ }Trait Implementations§
Source§impl DeRon for AppStateRon
impl DeRon for AppStateRon
Source§impl SerRon for AppStateRon
impl SerRon for AppStateRon
fn ser_ron(&self, d: usize, s: &mut SerRonState)
fn serialize_ron(&self) -> String
Auto Trait Implementations§
impl Freeze for AppStateRon
impl RefUnwindSafe for AppStateRon
impl Send for AppStateRon
impl Sync for AppStateRon
impl Unpin for AppStateRon
impl UnwindSafe for AppStateRon
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