pub struct ViewUpdateInsert<R: ViewRel>(pub Snapshot<R::Auth>, pub Snapshot<R::Frag>);Tuple Fields§
§0: Snapshot<R::Auth>§1: Snapshot<R::Frag>Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for ViewUpdateInsert<R>
impl<R> RefUnwindSafe for ViewUpdateInsert<R>
impl<R> Send for ViewUpdateInsert<R>
impl<R> Sync for ViewUpdateInsert<R>
impl<R> Unpin for ViewUpdateInsert<R>
impl<R> UnsafeUnpin for ViewUpdateInsert<R>
impl<R> UnwindSafe for ViewUpdateInsert<R>
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