pub enum Carry {
Forward(PortableViewState),
Back(BackState),
}Expand description
What a receiver is asked to present.
Variants§
Forward(PortableViewState)
Primary → secondary: the rich forward carry.
Back(BackState)
Secondary → primary: the lean locator to re-root from.
Auto Trait Implementations§
impl Freeze for Carry
impl RefUnwindSafe for Carry
impl Send for Carry
impl Sync for Carry
impl Unpin for Carry
impl UnsafeUnpin for Carry
impl UnwindSafe for Carry
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