#[repr(i32)]pub enum ResourceVariant {
Unspecified = 0,
Project = 1,
Collection = 2,
Dataset = 3,
Object = 4,
}Variants§
Implementations§
Source§impl ResourceVariant
impl ResourceVariant
Sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
Sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
Source§impl Clone for ResourceVariant
impl Clone for ResourceVariant
Source§fn clone(&self) -> ResourceVariant
fn clone(&self) -> ResourceVariant
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 ResourceVariant
impl Debug for ResourceVariant
Source§impl Default for ResourceVariant
impl Default for ResourceVariant
Source§fn default() -> ResourceVariant
fn default() -> ResourceVariant
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourceVariant
impl<'de> Deserialize<'de> for ResourceVariant
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ResourceVariant> for i32
impl From<ResourceVariant> for i32
Source§fn from(value: ResourceVariant) -> i32
fn from(value: ResourceVariant) -> i32
Converts to this type from the input type.
Source§impl Hash for ResourceVariant
impl Hash for ResourceVariant
Source§impl Ord for ResourceVariant
impl Ord for ResourceVariant
Source§fn cmp(&self, other: &ResourceVariant) -> Ordering
fn cmp(&self, other: &ResourceVariant) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResourceVariant
impl PartialEq for ResourceVariant
Source§impl PartialOrd for ResourceVariant
impl PartialOrd for ResourceVariant
Source§impl Serialize for ResourceVariant
impl Serialize for ResourceVariant
Source§impl TryFrom<i32> for ResourceVariant
impl TryFrom<i32> for ResourceVariant
Source§type Error = DecodeError
type Error = DecodeError
The type returned in the event of a conversion error.
Source§fn try_from(value: i32) -> Result<ResourceVariant, DecodeError>
fn try_from(value: i32) -> Result<ResourceVariant, DecodeError>
Performs the conversion.
impl Copy for ResourceVariant
impl Eq for ResourceVariant
impl StructuralPartialEq for ResourceVariant
Auto Trait Implementations§
impl Freeze for ResourceVariant
impl RefUnwindSafe for ResourceVariant
impl Send for ResourceVariant
impl Sync for ResourceVariant
impl Unpin for ResourceVariant
impl UnwindSafe for ResourceVariant
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> Comparable<K> for Q
impl<Q, K> Comparable<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§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