pub enum ProjectionDisposition {
Generated,
NotRequested,
FeatureUnavailable,
TargetUnavailable,
}Expand description
The public readback of what happened to one possible recipe projection.
Variants§
Generated
The role is selected and generated.
NotRequested
The caller did not request the role.
The facade feature posture does not carry the required harness owner.
The caller declared that the target plane is unavailable.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectionDisposition
impl Clone for ProjectionDisposition
Source§fn clone(&self) -> ProjectionDisposition
fn clone(&self) -> ProjectionDisposition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProjectionDisposition
Source§impl Debug for ProjectionDisposition
impl Debug for ProjectionDisposition
impl Eq for ProjectionDisposition
Source§impl Hash for ProjectionDisposition
impl Hash for ProjectionDisposition
Source§impl PartialEq for ProjectionDisposition
impl PartialEq for ProjectionDisposition
impl StructuralPartialEq for ProjectionDisposition
Auto Trait Implementations§
impl Freeze for ProjectionDisposition
impl RefUnwindSafe for ProjectionDisposition
impl Send for ProjectionDisposition
impl Sync for ProjectionDisposition
impl Unpin for ProjectionDisposition
impl UnsafeUnpin for ProjectionDisposition
impl UnwindSafe for ProjectionDisposition
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