pub struct Update<Id, S> {
pub id: Id,
pub state: S,
}Fields§
§id: Id§state: SAuto Trait Implementations§
impl<Id, S> Freeze for Update<Id, S>
impl<Id, S> RefUnwindSafe for Update<Id, S>where
Id: RefUnwindSafe,
S: RefUnwindSafe,
impl<Id, S> Send for Update<Id, S>
impl<Id, S> Sync for Update<Id, S>
impl<Id, S> Unpin for Update<Id, S>
impl<Id, S> UnwindSafe for Update<Id, S>where
Id: UnwindSafe,
S: UnwindSafe,
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