pub struct Updates<'a, U: Schema> {
pub server_step: u64,
pub updates: Unpacked<'a, U>,
}Fields§
§server_step: u64§updates: Unpacked<'a, U>Auto Trait Implementations§
impl<'a, U> Freeze for Updates<'a, U>
impl<'a, U> RefUnwindSafe for Updates<'a, U>
impl<'a, U> Send for Updates<'a, U>
impl<'a, U> Sync for Updates<'a, U>
impl<'a, U> Unpin for Updates<'a, U>
impl<'a, U> UnwindSafe for Updates<'a, U>
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