pub struct PostUpdate;Trait Implementations§
impl StageTag for PostUpdate
Auto Trait Implementations§
impl Freeze for PostUpdate
impl RefUnwindSafe for PostUpdate
impl Send for PostUpdate
impl Sync for PostUpdate
impl Unpin for PostUpdate
impl UnwindSafe for PostUpdate
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