pub struct EnvironmentLinkedResourceReference {
pub id: Option<String>,
pub type_name: Option<String>,
}Expand description
EnvironmentLinkedResourceReference.
Fields§
§id: Option<String>Id of the resource.
type_name: Option<String>Type of resource.
Implementations§
Trait Implementations§
Source§impl Clone for EnvironmentLinkedResourceReference
impl Clone for EnvironmentLinkedResourceReference
Source§fn clone(&self) -> EnvironmentLinkedResourceReference
fn clone(&self) -> EnvironmentLinkedResourceReference
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 Default for EnvironmentLinkedResourceReference
impl Default for EnvironmentLinkedResourceReference
Source§fn default() -> EnvironmentLinkedResourceReference
fn default() -> EnvironmentLinkedResourceReference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentLinkedResourceReference
impl<'de> Deserialize<'de> for EnvironmentLinkedResourceReference
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 PartialEq for EnvironmentLinkedResourceReference
impl PartialEq for EnvironmentLinkedResourceReference
Source§fn eq(&self, other: &EnvironmentLinkedResourceReference) -> bool
fn eq(&self, other: &EnvironmentLinkedResourceReference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnvironmentLinkedResourceReference
Auto Trait Implementations§
impl Freeze for EnvironmentLinkedResourceReference
impl RefUnwindSafe for EnvironmentLinkedResourceReference
impl Send for EnvironmentLinkedResourceReference
impl Sync for EnvironmentLinkedResourceReference
impl Unpin for EnvironmentLinkedResourceReference
impl UnwindSafe for EnvironmentLinkedResourceReference
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