pub struct StageEntry {
pub name: &'static str,
pub factory: ResolvedStageFactory,
}Expand description
One named stage entry for use with SliceStageRegistry.
Fields§
§name: &'static strStable stage name.
factory: ResolvedStageFactoryFactory for the resolved stage callable.
Trait Implementations§
Source§impl Clone for StageEntry
impl Clone for StageEntry
Source§fn clone(&self) -> StageEntry
fn clone(&self) -> StageEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StageEntry
Auto Trait Implementations§
impl Freeze for StageEntry
impl RefUnwindSafe for StageEntry
impl Send for StageEntry
impl Sync for StageEntry
impl Unpin for StageEntry
impl UnwindSafe for StageEntry
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