Enum ydb_unofficial::sqlx::entities::YdbTypeInfo
source · pub enum YdbTypeInfo {
Primitive(PrimitiveTypeId),
Null,
Unknown,
}Available on crate feature
sqlx only.Variants§
Trait Implementations§
source§impl Clone for YdbTypeInfo
impl Clone for YdbTypeInfo
source§fn clone(&self) -> YdbTypeInfo
fn clone(&self) -> YdbTypeInfo
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 YdbTypeInfo
impl Debug for YdbTypeInfo
source§impl Default for YdbTypeInfo
impl Default for YdbTypeInfo
source§impl Display for YdbTypeInfo
impl Display for YdbTypeInfo
source§impl From<&OptionalType> for YdbTypeInfo
impl From<&OptionalType> for YdbTypeInfo
source§fn from(value: &OptionalType) -> Self
fn from(value: &OptionalType) -> Self
Converts to this type from the input type.
source§impl From<&Type> for YdbTypeInfo
impl From<&Type> for YdbTypeInfo
source§impl PartialEq<YdbTypeInfo> for YdbTypeInfo
impl PartialEq<YdbTypeInfo> for YdbTypeInfo
source§fn eq(&self, other: &YdbTypeInfo) -> bool
fn eq(&self, other: &YdbTypeInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for YdbTypeInfo
Auto Trait Implementations§
impl RefUnwindSafe for YdbTypeInfo
impl Send for YdbTypeInfo
impl Sync for YdbTypeInfo
impl Unpin for YdbTypeInfo
impl UnwindSafe for YdbTypeInfo
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> 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> 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