pub struct LiveStateEntry<'a> {
pub name: &'a str,
pub state: &'a LiveState,
}
Fields§
§name: &'a str
§state: &'a LiveState
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LiveStateEntry<'a>
impl<'a> RefUnwindSafe for LiveStateEntry<'a>
impl<'a> Send for LiveStateEntry<'a>
impl<'a> Sync for LiveStateEntry<'a>
impl<'a> Unpin for LiveStateEntry<'a>
impl<'a> UnwindSafe for LiveStateEntry<'a>
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