Struct cala_ledger::primitives::AccountSetId
source · pub struct AccountSetId(/* private fields */);Implementations§
source§impl AccountSetId
impl AccountSetId
Trait Implementations§
source§impl Clone for AccountSetId
impl Clone for AccountSetId
source§fn clone(&self) -> AccountSetId
fn clone(&self) -> AccountSetId
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 AccountSetId
impl Debug for AccountSetId
source§impl<'r, DB> Decode<'r, DB> for AccountSetId
impl<'r, DB> Decode<'r, DB> for AccountSetId
source§impl<'de> Deserialize<'de> for AccountSetId
impl<'de> Deserialize<'de> for AccountSetId
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AccountSetId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AccountSetId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for AccountSetId
impl Display for AccountSetId
source§impl<'q, DB> Encode<'q, DB> for AccountSetId
impl<'q, DB> Encode<'q, DB> for AccountSetId
source§fn encode_by_ref(
&self,
buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer,
) -> IsNull
fn encode_by_ref( &self, buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer, ) -> IsNull
fn produces(&self) -> Option<<DB as Database>::TypeInfo>
fn size_hint(&self) -> usize
source§fn encode(self, buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer) -> IsNullwhere
Self: Sized,
fn encode(self, buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer) -> IsNullwhere
Self: Sized,
Writes the value of
self into buf in the expected format for the database.source§impl From<&AccountSetId> for AccountId
impl From<&AccountSetId> for AccountId
source§fn from(id: &AccountSetId) -> AccountId
fn from(id: &AccountSetId) -> AccountId
Converts to this type from the input type.
source§impl From<AccountSetId> for AccountId
impl From<AccountSetId> for AccountId
source§fn from(id: AccountSetId) -> AccountId
fn from(id: AccountSetId) -> AccountId
Converts to this type from the input type.
source§impl From<AccountSetId> for AccountSetMemberId
impl From<AccountSetId> for AccountSetMemberId
source§fn from(id: AccountSetId) -> AccountSetMemberId
fn from(id: AccountSetId) -> AccountSetMemberId
Converts to this type from the input type.
source§impl From<Uuid> for AccountSetId
impl From<Uuid> for AccountSetId
source§fn from(uuid: Uuid) -> AccountSetId
fn from(uuid: Uuid) -> AccountSetId
Converts to this type from the input type.
source§impl FromStr for AccountSetId
impl FromStr for AccountSetId
source§impl Hash for AccountSetId
impl Hash for AccountSetId
source§impl Ord for AccountSetId
impl Ord for AccountSetId
source§fn cmp(&self, other: &AccountSetId) -> Ordering
fn cmp(&self, other: &AccountSetId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for AccountSetId
impl PartialEq for AccountSetId
source§fn eq(&self, other: &AccountSetId) -> bool
fn eq(&self, other: &AccountSetId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for AccountSetId
impl PartialOrd for AccountSetId
source§fn partial_cmp(&self, other: &AccountSetId) -> Option<Ordering>
fn partial_cmp(&self, other: &AccountSetId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl PgHasArrayType for AccountSetIdwhere
Uuid: PgHasArrayType,
impl PgHasArrayType for AccountSetIdwhere
Uuid: PgHasArrayType,
fn array_type_info() -> PgTypeInfo
fn array_compatible(ty: &PgTypeInfo) -> bool
source§impl Serialize for AccountSetId
impl Serialize for AccountSetId
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
source§impl<DB> Type<DB> for AccountSetId
impl<DB> Type<DB> for AccountSetId
impl Copy for AccountSetId
impl Eq for AccountSetId
impl StructuralPartialEq for AccountSetId
Auto Trait Implementations§
impl Freeze for AccountSetId
impl RefUnwindSafe for AccountSetId
impl Send for AccountSetId
impl Sync for AccountSetId
impl Unpin for AccountSetId
impl UnwindSafe for AccountSetId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.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.source§impl<T> FutureExt for T
impl<T> FutureExt for T
source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
source§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