pub struct SetChanges<St: State = Empty>(/* private fields */);Expand description
State transition - sets the changes field to Set
Trait Implementations§
Auto Trait Implementations§
impl<St> Freeze for SetChanges<St>
impl<St> RefUnwindSafe for SetChanges<St>
impl<St> Send for SetChanges<St>
impl<St> Sync for SetChanges<St>
impl<St> Unpin for SetChanges<St>
impl<St> UnsafeUnpin for SetChanges<St>
impl<St> UnwindSafe for SetChanges<St>
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