pub struct AdministrativeInformation {
pub embedded_data_specifications: Option<Vec<EmbeddedDataSpecification>>,
pub version: Option<String>,
pub revision: Option<String>,
pub creator: Option<Reference>,
pub template_id: Option<String>,
}Fields§
§embedded_data_specifications: Option<Vec<EmbeddedDataSpecification>>§version: Option<String>§revision: Option<String>§creator: Option<Reference>§template_id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for AdministrativeInformation
impl Clone for AdministrativeInformation
Source§fn clone(&self) -> AdministrativeInformation
fn clone(&self) -> AdministrativeInformation
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 AdministrativeInformation
impl Debug for AdministrativeInformation
Source§impl Default for AdministrativeInformation
impl Default for AdministrativeInformation
Source§fn default() -> AdministrativeInformation
fn default() -> AdministrativeInformation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdministrativeInformation
impl<'de> Deserialize<'de> for AdministrativeInformation
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 AdministrativeInformation
Auto Trait Implementations§
impl Freeze for AdministrativeInformation
impl RefUnwindSafe for AdministrativeInformation
impl Send for AdministrativeInformation
impl Sync for AdministrativeInformation
impl Unpin for AdministrativeInformation
impl UnwindSafe for AdministrativeInformation
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