pub struct ProjectionRequest<'recipe> { /* private fields */ }Expand description
The one selected role one projector invocation answers.
Implementations§
Source§impl<'recipe> ProjectionRequest<'recipe>
impl<'recipe> ProjectionRequest<'recipe>
Sourcepub const fn role(self) -> RecipeRole
pub const fn role(self) -> RecipeRole
Reads the exact selected role this invocation answers.
Sourcepub const fn effective(self) -> &'recipe EffectiveProjection
pub const fn effective(self) -> &'recipe EffectiveProjection
Reads the complete effective mechanical configuration for this invocation.
Sourcepub fn destination(self) -> Destination
pub fn destination(self) -> Destination
Reads the destination owned by the selected role.
Trait Implementations§
Source§impl<'recipe> Clone for ProjectionRequest<'recipe>
impl<'recipe> Clone for ProjectionRequest<'recipe>
Source§fn clone(&self) -> ProjectionRequest<'recipe>
fn clone(&self) -> ProjectionRequest<'recipe>
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<'recipe> Copy for ProjectionRequest<'recipe>
Auto Trait Implementations§
impl<'recipe> Freeze for ProjectionRequest<'recipe>
impl<'recipe> RefUnwindSafe for ProjectionRequest<'recipe>
impl<'recipe> Send for ProjectionRequest<'recipe>
impl<'recipe> Sync for ProjectionRequest<'recipe>
impl<'recipe> Unpin for ProjectionRequest<'recipe>
impl<'recipe> UnsafeUnpin for ProjectionRequest<'recipe>
impl<'recipe> UnwindSafe for ProjectionRequest<'recipe>
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