Enum cala_ledger::primitives::DebitOrCredit
source · pub enum DebitOrCredit {
Debit,
Credit,
}Variants§
Trait Implementations§
source§impl Clone for DebitOrCredit
impl Clone for DebitOrCredit
source§fn clone(&self) -> DebitOrCredit
fn clone(&self) -> DebitOrCredit
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 DebitOrCredit
impl Debug for DebitOrCredit
source§impl<'r> Decode<'r, Postgres> for DebitOrCredit
impl<'r> Decode<'r, Postgres> for DebitOrCredit
source§fn decode(
value: PgValueRef<'r>,
) -> Result<DebitOrCredit, Box<dyn Error + Send + Sync>>
fn decode( value: PgValueRef<'r>, ) -> Result<DebitOrCredit, Box<dyn Error + Send + Sync>>
Decode a new value of this type using a raw value from the database.
source§impl Default for DebitOrCredit
impl Default for DebitOrCredit
source§fn default() -> DebitOrCredit
fn default() -> DebitOrCredit
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DebitOrCredit
impl<'de> Deserialize<'de> for DebitOrCredit
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DebitOrCredit, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DebitOrCredit, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'q, DB> Encode<'q, DB> for DebitOrCredit
impl<'q, DB> Encode<'q, DB> for DebitOrCredit
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 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.fn produces(&self) -> Option<<DB as Database>::TypeInfo>
source§impl From<DebitOrCredit> for DebitOrCredit
impl From<DebitOrCredit> for DebitOrCredit
source§fn from(priority: DebitOrCredit) -> Self
fn from(priority: DebitOrCredit) -> Self
Converts to this type from the input type.
source§impl PartialEq for DebitOrCredit
impl PartialEq for DebitOrCredit
source§fn eq(&self, other: &DebitOrCredit) -> bool
fn eq(&self, other: &DebitOrCredit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DebitOrCredit
impl Serialize for DebitOrCredit
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<'a> TryFrom<CelResult<'a>> for DebitOrCredit
impl<'a> TryFrom<CelResult<'a>> for DebitOrCredit
§type Error = ResultCoercionError
type Error = ResultCoercionError
The type returned in the event of a conversion error.
source§fn try_from(
_: CelResult<'_>,
) -> Result<DebitOrCredit, <DebitOrCredit as TryFrom<CelResult<'a>>>::Error>
fn try_from( _: CelResult<'_>, ) -> Result<DebitOrCredit, <DebitOrCredit as TryFrom<CelResult<'a>>>::Error>
Performs the conversion.
source§impl Type<Postgres> for DebitOrCredit
impl Type<Postgres> for DebitOrCredit
impl Copy for DebitOrCredit
impl Eq for DebitOrCredit
impl StructuralPartialEq for DebitOrCredit
Auto Trait Implementations§
impl Freeze for DebitOrCredit
impl RefUnwindSafe for DebitOrCredit
impl Send for DebitOrCredit
impl Sync for DebitOrCredit
impl Unpin for DebitOrCredit
impl UnwindSafe for DebitOrCredit
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> 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