pub enum Decision {
Accepted,
DowngradedRole,
ReplacedExisting,
FullScreenFallback,
MergedIntoTabs,
}Expand description
Structured outcome of a request (§3.1).
Variants§
Accepted
DowngradedRole
ReplacedExisting
FullScreenFallback
MergedIntoTabs
The aside joined an already-open slot of its kind as a tab (or, for a repeat web URL / aside id, focused the existing tab). Asides form one region per content kind — lxapp, browser, native — with tabs inside.
Trait Implementations§
impl Copy for Decision
Source§impl<'de> Deserialize<'de> for Decision
impl<'de> Deserialize<'de> for Decision
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Decision
Source§impl PartialEq<Decision> for OpenOutcome
impl PartialEq<Decision> for OpenOutcome
impl StructuralPartialEq for Decision
Auto Trait Implementations§
impl Freeze for Decision
impl RefUnwindSafe for Decision
impl Send for Decision
impl Sync for Decision
impl Unpin for Decision
impl UnsafeUnpin for Decision
impl UnwindSafe for Decision
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