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