pub enum AttributeAnyValueType {
STRING_VALUE = 0,
BOOL_VALUE = 1,
INT_VALUE = 2,
DOUBLE_VALUE = 3,
ARRAY_VALUE = 4,
}Variants§
Trait Implementations§
Source§impl Clone for AttributeAnyValueType
impl Clone for AttributeAnyValueType
Source§fn clone(&self) -> AttributeAnyValueType
fn clone(&self) -> AttributeAnyValueType
Returns a duplicate 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 AttributeAnyValueType
impl Debug for AttributeAnyValueType
Source§impl Default for AttributeAnyValueType
impl Default for AttributeAnyValueType
Source§impl Enum for AttributeAnyValueType
impl Enum for AttributeAnyValueType
Source§const NAME: &'static str = "AttributeAnyValueType"
const NAME: &'static str = "AttributeAnyValueType"
Enum name as specified in
.proto file. Read moreSource§const VALUES: &'static [AttributeAnyValueType]
const VALUES: &'static [AttributeAnyValueType]
All enum values for enum type.
Source§impl Hash for AttributeAnyValueType
impl Hash for AttributeAnyValueType
Source§impl PartialEq for AttributeAnyValueType
impl PartialEq for AttributeAnyValueType
impl Copy for AttributeAnyValueType
impl Eq for AttributeAnyValueType
impl StructuralPartialEq for AttributeAnyValueType
Auto Trait Implementations§
impl Freeze for AttributeAnyValueType
impl RefUnwindSafe for AttributeAnyValueType
impl Send for AttributeAnyValueType
impl Sync for AttributeAnyValueType
impl Unpin for AttributeAnyValueType
impl UnwindSafe for AttributeAnyValueType
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§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<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