pub struct UpdatesWithSnap {
pub updates: Vec<Arc<Update>>,
pub new_last_snapshot: Option<Arc<Value>>,
}
Fields§
§updates: Vec<Arc<Update>>
§new_last_snapshot: Option<Arc<Value>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdatesWithSnap
impl RefUnwindSafe for UpdatesWithSnap
impl Send for UpdatesWithSnap
impl Sync for UpdatesWithSnap
impl Unpin for UpdatesWithSnap
impl UnwindSafe for UpdatesWithSnap
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