Struct render_api::model::ServiceLink
source · pub struct ServiceLink {
pub id: Option<String>,
pub name: Option<String>,
pub type_: Option<String>,
}
Fields§
§id: Option<String>
§name: Option<String>
§type_: Option<String>
Trait Implementations§
source§impl Clone for ServiceLink
impl Clone for ServiceLink
source§fn clone(&self) -> ServiceLink
fn clone(&self) -> ServiceLink
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 ServiceLink
impl Debug for ServiceLink
source§impl Default for ServiceLink
impl Default for ServiceLink
source§fn default() -> ServiceLink
fn default() -> ServiceLink
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceLink
impl<'de> Deserialize<'de> for ServiceLink
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