pub struct System {Show 16 fields
pub id: SystemId,
pub namespace: SystemNamespaceUrl,
pub oparl_version: OParlVersion,
pub other_oparl_versions: Vec<Url>,
pub license: Option<Url>,
pub body: BodyListId,
pub name: Option<Name>,
pub contact_email: Option<EmailAddress>,
pub contact_name: Option<Name>,
pub website: Option<Url>,
pub vendor: Option<Url>,
pub product: Option<Url>,
pub created: DateTime,
pub modified: DateTime,
pub web: Option<Url>,
pub deleted: Option<bool>,
}Fields§
§id: SystemId§namespace: SystemNamespaceUrl§oparl_version: OParlVersion§other_oparl_versions: Vec<Url>§license: Option<Url>§body: BodyListId§name: Option<Name>§contact_email: Option<EmailAddress>§contact_name: Option<Name>§website: Option<Url>§vendor: Option<Url>§product: Option<Url>§created: DateTime§modified: DateTime§web: Option<Url>§deleted: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for System
impl<'de> Deserialize<'de> for System
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 Ord for System
impl Ord for System
Source§impl PartialOrd for System
impl PartialOrd for System
impl Eq for System
impl StructuralPartialEq for System
Auto Trait Implementations§
impl Freeze for System
impl RefUnwindSafe for System
impl Send for System
impl Sync for System
impl Unpin for System
impl UnwindSafe for System
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