pub struct ODPSAuthoritativeDefinition {
pub type: String,
pub url: String,
pub description: Option<String>,
}Expand description
Authoritative definition
Fields§
§type: StringType of definition
url: StringURL to the authority
description: Option<String>Optional description
Trait Implementations§
Source§impl Clone for ODPSAuthoritativeDefinition
impl Clone for ODPSAuthoritativeDefinition
Source§fn clone(&self) -> ODPSAuthoritativeDefinition
fn clone(&self) -> ODPSAuthoritativeDefinition
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 ODPSAuthoritativeDefinition
impl Debug for ODPSAuthoritativeDefinition
Source§impl<'de> Deserialize<'de> for ODPSAuthoritativeDefinition
impl<'de> Deserialize<'de> for ODPSAuthoritativeDefinition
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
impl StructuralPartialEq for ODPSAuthoritativeDefinition
Auto Trait Implementations§
impl Freeze for ODPSAuthoritativeDefinition
impl RefUnwindSafe for ODPSAuthoritativeDefinition
impl Send for ODPSAuthoritativeDefinition
impl Sync for ODPSAuthoritativeDefinition
impl Unpin for ODPSAuthoritativeDefinition
impl UnwindSafe for ODPSAuthoritativeDefinition
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