pub struct AddressRouteSha3_256;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 AddressRouteSha3_256
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 AddressRouteSha3_256
Source§fn arena_slice() -> &'static [Term<'static, { _ }>]
fn arena_slice() -> &'static [Term<'static, { _ }>]
impl Sealed for AddressRouteSha3_256
Auto Trait Implementations§
impl Freeze for AddressRouteSha3_256
impl RefUnwindSafe for AddressRouteSha3_256
impl Send for AddressRouteSha3_256
impl Sync for AddressRouteSha3_256
impl Unpin for AddressRouteSha3_256
impl UnsafeUnpin for AddressRouteSha3_256
impl UnwindSafe for AddressRouteSha3_256
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