Struct ydb_unofficial::sqlx::entities::YdbValue
source · pub struct YdbValue { /* private fields */ }Available on crate feature
sqlx only.Implementations§
Trait Implementations§
source§impl Value for YdbValue
impl Value for YdbValue
type Database = Ydb
source§fn as_ref(&self) -> YdbValueRef<'_>
fn as_ref(&self) -> YdbValueRef<'_>
Get this value as a reference.
source§fn type_info(&self) -> Cow<'_, YdbTypeInfo>
fn type_info(&self) -> Cow<'_, YdbTypeInfo>
Get the type information for this value.
source§fn decode<'r, T>(&'r self) -> Twhere
T: Decode<'r, Self::Database> + Type<Self::Database>,
fn decode<'r, T>(&'r self) -> Twhere T: Decode<'r, Self::Database> + Type<Self::Database>,
Decode this single value into the requested type. Read more
source§fn decode_unchecked<'r, T>(&'r self) -> Twhere
T: Decode<'r, Self::Database>,
fn decode_unchecked<'r, T>(&'r self) -> Twhere T: Decode<'r, Self::Database>,
Decode this single value into the requested type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for YdbValue
impl Send for YdbValue
impl Sync for YdbValue
impl Unpin for YdbValue
impl UnwindSafe for YdbValue
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