pub struct FBD_RET {
pub id: String,
pub x: String,
pub y: String,
pub in: Option<String>,
pub in_ioi: Option<String>,
pub in_iointt: Option<String>,
pub verified: Option<String>,
pub region_id: Option<String>,
pub uid: Option<String>,
pub metadata_id: Option<String>,
pub use: Option<String>,
pub custom_properties: Option<CustomPropertiesCollection>,
}Expand description
FBD_RETType element
Fields§
§id: StringID attribute
x: StringX attribute
y: StringY attribute
in: Option<String>In attribute
in_ioi: Option<String>InIOI attribute
in_iointt: Option<String>InIOINTT attribute
verified: Option<String>Verified attribute
region_id: Option<String>RegionId attribute
uid: Option<String>UId attribute
metadata_id: Option<String>MetadataId attribute
use: Option<String>Use attribute
custom_properties: Option<CustomPropertiesCollection>CustomProperties element
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FBD_RET
impl<'de> Deserialize<'de> for FBD_RET
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 FBD_RET
Auto Trait Implementations§
impl Freeze for FBD_RET
impl RefUnwindSafe for FBD_RET
impl Send for FBD_RET
impl Sync for FBD_RET
impl Unpin for FBD_RET
impl UnsafeUnpin for FBD_RET
impl UnwindSafe for FBD_RET
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