pub struct AuthoritativeDefinition {
pub definition_type: String,
pub url: String,
}Expand description
Authoritative definition reference (ODCS v3.1.0)
Fields§
§definition_type: StringType of the reference (e.g., “businessDefinition”, “transformationImplementation”)
url: StringURL to the authoritative definition
Trait Implementations§
Source§impl Clone for AuthoritativeDefinition
impl Clone for AuthoritativeDefinition
Source§fn clone(&self) -> AuthoritativeDefinition
fn clone(&self) -> AuthoritativeDefinition
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 AuthoritativeDefinition
impl Debug for AuthoritativeDefinition
Source§impl<'de> Deserialize<'de> for AuthoritativeDefinition
impl<'de> Deserialize<'de> for AuthoritativeDefinition
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 AuthoritativeDefinition
impl PartialEq for AuthoritativeDefinition
Source§impl Serialize for AuthoritativeDefinition
impl Serialize for AuthoritativeDefinition
impl StructuralPartialEq for AuthoritativeDefinition
Auto Trait Implementations§
impl Freeze for AuthoritativeDefinition
impl RefUnwindSafe for AuthoritativeDefinition
impl Send for AuthoritativeDefinition
impl Sync for AuthoritativeDefinition
impl Unpin for AuthoritativeDefinition
impl UnwindSafe for AuthoritativeDefinition
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