Struct ydb::ValueOptional
source · pub struct ValueOptional { /* private fields */ }
Trait Implementations§
source§impl Clone for ValueOptional
impl Clone for ValueOptional
source§fn clone(&self) -> ValueOptional
fn clone(&self) -> ValueOptional
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 ValueOptional
impl Debug for ValueOptional
source§impl Default for Box<ValueOptional>
impl Default for Box<ValueOptional>
source§impl PartialEq for ValueOptional
impl PartialEq for ValueOptional
source§fn eq(&self, other: &ValueOptional) -> bool
fn eq(&self, other: &ValueOptional) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ValueOptional
Auto Trait Implementations§
impl Freeze for ValueOptional
impl RefUnwindSafe for ValueOptional
impl Send for ValueOptional
impl Sync for ValueOptional
impl Unpin for ValueOptional
impl UnwindSafe for ValueOptional
Blanket Implementations§
source§impl<T> Any for T
impl<T> Any for T
source§fn type_id_compat(&self) -> TypeId
fn type_id_compat(&self) -> TypeId
TODO: once 1.33.0 is the minimum supported compiler version, remove
Any::type_id_compat and use StdAny::type_id instead.
https://github.com/rust-lang/rust/issues/27745
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