pub struct ResourceKindParts {
pub resource_type: String,
pub kind: Option<String>,
pub specific: Option<Specific>,
}Fields§
§resource_type: String§kind: Option<String>§specific: Option<Specific>Trait Implementations§
Source§impl Clone for ResourceKindParts
impl Clone for ResourceKindParts
Source§fn clone(&self) -> ResourceKindParts
fn clone(&self) -> ResourceKindParts
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 ResourceKindParts
impl Debug for ResourceKindParts
Source§impl<'de> Deserialize<'de> for ResourceKindParts
impl<'de> Deserialize<'de> for ResourceKindParts
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 FromStr for ResourceKindParts
impl FromStr for ResourceKindParts
Source§impl Hash for ResourceKindParts
impl Hash for ResourceKindParts
Source§impl Into<ResourceKindParts> for ArtifactKind
impl Into<ResourceKindParts> for ArtifactKind
Source§fn into(self) -> ResourceKindParts
fn into(self) -> ResourceKindParts
Converts this type into the (usually inferred) input type.
Source§impl Into<ResourceKindParts> for AuthenticatorKind
impl Into<ResourceKindParts> for AuthenticatorKind
Source§fn into(self) -> ResourceKindParts
fn into(self) -> ResourceKindParts
Converts this type into the (usually inferred) input type.
Source§impl Into<ResourceKindParts> for DatabaseKind
impl Into<ResourceKindParts> for DatabaseKind
Source§fn into(self) -> ResourceKindParts
fn into(self) -> ResourceKindParts
Converts this type into the (usually inferred) input type.
Source§impl Into<ResourceKindParts> for FileKind
impl Into<ResourceKindParts> for FileKind
Source§fn into(self) -> ResourceKindParts
fn into(self) -> ResourceKindParts
Converts this type into the (usually inferred) input type.
Source§impl Into<ResourceKindParts> for ResourceKind
impl Into<ResourceKindParts> for ResourceKind
Source§fn into(self) -> ResourceKindParts
fn into(self) -> ResourceKindParts
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for ResourceKindParts
impl PartialEq for ResourceKindParts
Source§impl Serialize for ResourceKindParts
impl Serialize for ResourceKindParts
Source§impl ToString for ResourceKindParts
impl ToString for ResourceKindParts
Source§impl TryFrom<ResourceKindParts> for ArtifactKind
impl TryFrom<ResourceKindParts> for ArtifactKind
Source§impl TryFrom<ResourceKindParts> for AuthenticatorKind
impl TryFrom<ResourceKindParts> for AuthenticatorKind
Source§impl TryFrom<ResourceKindParts> for DatabaseKind
impl TryFrom<ResourceKindParts> for DatabaseKind
Source§impl TryFrom<ResourceKindParts> for FileKind
impl TryFrom<ResourceKindParts> for FileKind
Source§impl TryFrom<ResourceKindParts> for ResourceKind
impl TryFrom<ResourceKindParts> for ResourceKind
Source§impl TryFrom<ResourceKindParts> for ResourceType
impl TryFrom<ResourceKindParts> for ResourceType
impl Eq for ResourceKindParts
impl StructuralPartialEq for ResourceKindParts
Auto Trait Implementations§
impl Freeze for ResourceKindParts
impl RefUnwindSafe for ResourceKindParts
impl Send for ResourceKindParts
impl Sync for ResourceKindParts
impl Unpin for ResourceKindParts
impl UnwindSafe for ResourceKindParts
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