pub struct CompositionRouteF4Blake3;Trait Implementations§
Source§impl FoundationClosed<prism::pipeline::prism_model! {
pub struct $model;
pub struct $route;
impl PrismModel<
prism::vocabulary::DefaultHostTypes,
$bounds,
$hasher,
$crate::resolvers::AddressResolverTuple<$hasher>,
prism::pipeline::EmptyCommitment
> for $model {
type Input = $input;
type Output = $shape;
type Route = $route;
fn route(input: Self::Input) -> Self::Output {
$verb(input)
}
}
}> for CompositionRouteF4Blake3
impl FoundationClosed<prism::pipeline::prism_model! { pub struct $model; pub struct $route; impl PrismModel< prism::vocabulary::DefaultHostTypes, $bounds, $hasher, $crate::resolvers::AddressResolverTuple<$hasher>, prism::pipeline::EmptyCommitment > for $model { type Input = $input; type Output = $shape; type Route = $route; fn route(input: Self::Input) -> Self::Output { $verb(input) } } }> for CompositionRouteF4Blake3
Source§fn arena_slice() -> &'static [Term<'static, { _ }>]
fn arena_slice() -> &'static [Term<'static, { _ }>]
impl Sealed for CompositionRouteF4Blake3
Auto Trait Implementations§
impl Freeze for CompositionRouteF4Blake3
impl RefUnwindSafe for CompositionRouteF4Blake3
impl Send for CompositionRouteF4Blake3
impl Sync for CompositionRouteF4Blake3
impl Unpin for CompositionRouteF4Blake3
impl UnsafeUnpin for CompositionRouteF4Blake3
impl UnwindSafe for CompositionRouteF4Blake3
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