Struct tx_indexer::database::plutus::Ed25519PubKeyHash
source · pub struct Ed25519PubKeyHash(pub Hash28);
Expand description
Ed25519PubKeyHash
Tuple Fields§
§0: Hash28
Trait Implementations§
source§impl<'__expr> AsExpression<Ed25519PubKeyHash> for &'__expr Ed25519PubKeyHash
impl<'__expr> AsExpression<Ed25519PubKeyHash> for &'__expr Ed25519PubKeyHash
§type Expression = Bound<Ed25519PubKeyHash, &'__expr Ed25519PubKeyHash>
type Expression = Bound<Ed25519PubKeyHash, &'__expr Ed25519PubKeyHash>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl AsExpression<Ed25519PubKeyHash> for Ed25519PubKeyHash
impl AsExpression<Ed25519PubKeyHash> for Ed25519PubKeyHash
§type Expression = Bound<Ed25519PubKeyHash, Ed25519PubKeyHash>
type Expression = Bound<Ed25519PubKeyHash, Ed25519PubKeyHash>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'__expr> AsExpression<Nullable<Ed25519PubKeyHash>> for &'__expr Ed25519PubKeyHash
impl<'__expr> AsExpression<Nullable<Ed25519PubKeyHash>> for &'__expr Ed25519PubKeyHash
§type Expression = Bound<Nullable<Ed25519PubKeyHash>, &'__expr Ed25519PubKeyHash>
type Expression = Bound<Nullable<Ed25519PubKeyHash>, &'__expr Ed25519PubKeyHash>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl AsExpression<Nullable<Ed25519PubKeyHash>> for Ed25519PubKeyHash
impl AsExpression<Nullable<Ed25519PubKeyHash>> for Ed25519PubKeyHash
§type Expression = Bound<Nullable<Ed25519PubKeyHash>, Ed25519PubKeyHash>
type Expression = Bound<Nullable<Ed25519PubKeyHash>, Ed25519PubKeyHash>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl Clone for Ed25519PubKeyHash
impl Clone for Ed25519PubKeyHash
source§fn clone(&self) -> Ed25519PubKeyHash
fn clone(&self) -> Ed25519PubKeyHash
Returns a copy 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 moresource§impl Debug for Ed25519PubKeyHash
impl Debug for Ed25519PubKeyHash
source§impl From<Ed25519PubKeyHash> for Ed25519PubKeyHash
impl From<Ed25519PubKeyHash> for Ed25519PubKeyHash
source§fn from(item: Ed25519PubKeyHash) -> Self
fn from(item: Ed25519PubKeyHash) -> Self
Converts to this type from the input type.
source§impl From<Ed25519PubKeyHash> for Ed25519PubKeyHash
impl From<Ed25519PubKeyHash> for Ed25519PubKeyHash
source§impl FromSql<Ed25519PubKeyHash, Pg> for Ed25519PubKeyHash
impl FromSql<Ed25519PubKeyHash, Pg> for Ed25519PubKeyHash
source§impl PartialEq for Ed25519PubKeyHash
impl PartialEq for Ed25519PubKeyHash
source§fn eq(&self, other: &Ed25519PubKeyHash) -> bool
fn eq(&self, other: &Ed25519PubKeyHash) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<__DB, __ST> Queryable<__ST, __DB> for Ed25519PubKeyHashwhere
__DB: Backend,
__ST: SingleValue,
Self: FromSql<__ST, __DB>,
impl<__DB, __ST> Queryable<__ST, __DB> for Ed25519PubKeyHashwhere
__DB: Backend,
__ST: SingleValue,
Self: FromSql<__ST, __DB>,
source§impl ToSql<Ed25519PubKeyHash, Pg> for Ed25519PubKeyHash
impl ToSql<Ed25519PubKeyHash, Pg> for Ed25519PubKeyHash
source§impl<__DB> ToSql<Nullable<Ed25519PubKeyHash>, __DB> for Ed25519PubKeyHashwhere
__DB: Backend,
Self: ToSql<Ed25519PubKeyHash, __DB>,
impl<__DB> ToSql<Nullable<Ed25519PubKeyHash>, __DB> for Ed25519PubKeyHashwhere
__DB: Backend,
Self: ToSql<Ed25519PubKeyHash, __DB>,
impl Eq for Ed25519PubKeyHash
impl StructuralPartialEq for Ed25519PubKeyHash
Auto Trait Implementations§
impl Freeze for Ed25519PubKeyHash
impl RefUnwindSafe for Ed25519PubKeyHash
impl Send for Ed25519PubKeyHash
impl Sync for Ed25519PubKeyHash
impl Unpin for Ed25519PubKeyHash
impl UnwindSafe for Ed25519PubKeyHash
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T, ST, DB> FromSqlRow<ST, DB> for Twhere
T: Queryable<ST, DB>,
ST: SqlTypeOrSelectable,
DB: Backend,
<T as Queryable<ST, DB>>::Row: FromStaticSqlRow<ST, DB>,
impl<T, ST, DB> FromSqlRow<ST, DB> for Twhere
T: Queryable<ST, DB>,
ST: SqlTypeOrSelectable,
DB: Backend,
<T as Queryable<ST, DB>>::Row: FromStaticSqlRow<ST, DB>,
§impl<T, ST, DB> FromStaticSqlRow<ST, DB> for Twhere
DB: Backend,
T: FromSql<ST, DB>,
ST: SingleValue,
impl<T, ST, DB> FromStaticSqlRow<ST, DB> for Twhere
DB: Backend,
T: FromSql<ST, DB>,
ST: SingleValue,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
§impl<T> IntoSql for T
impl<T> IntoSql for T
§impl<T, ST, DB> StaticallySizedRow<ST, DB> for Twhere
ST: SqlTypeOrSelectable + TupleSize,
T: Queryable<ST, DB>,
DB: Backend,
impl<T, ST, DB> StaticallySizedRow<ST, DB> for Twhere
ST: SqlTypeOrSelectable + TupleSize,
T: Queryable<ST, DB>,
DB: Backend,
§const FIELD_COUNT: usize = <ST as crate::util::TupleSize>::SIZE
const FIELD_COUNT: usize = <ST as crate::util::TupleSize>::SIZE
The number of fields that this type will consume.