pub struct StateChangesView<'a> {
pub state_changes: &'a Vec<StateChangeWithCause>,
}Fields§
§state_changes: &'a Vec<StateChangeWithCause>Trait Implementations§
Source§impl AsRef<Vec<StateChangeWithCause>> for StateChangesView<'_>
impl AsRef<Vec<StateChangeWithCause>> for StateChangesView<'_>
Source§fn as_ref(&self) -> &Vec<StateChangeWithCause>
fn as_ref(&self) -> &Vec<StateChangeWithCause>
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl<'a> Freeze for StateChangesView<'a>
impl<'a> RefUnwindSafe for StateChangesView<'a>
impl<'a> Send for StateChangesView<'a>
impl<'a> Sync for StateChangesView<'a>
impl<'a> Unpin for StateChangesView<'a>
impl<'a> UnwindSafe for StateChangesView<'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