pub struct C233 {
pub _010: _7273,
pub _020: Option<_1131>,
pub _030: Option<_3055>,
pub _040: Option<_7273>,
pub _050: Option<_1131>,
pub _060: Option<_3055>,
}Expand description
C233 - SERVICE
To identify a service (which may constitute an additional component to a basic contract).
Fields§
§_010: _7273§_020: Option<_1131>§_030: Option<_3055>§_040: Option<_7273>§_050: Option<_1131>§_060: Option<_3055>Trait Implementations§
Source§impl<'de> Deserialize<'de> for C233
impl<'de> Deserialize<'de> for C233
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
Auto Trait Implementations§
impl Freeze for C233
impl RefUnwindSafe for C233
impl Send for C233
impl Sync for C233
impl Unpin for C233
impl UnwindSafe for C233
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