pub struct Rung {
pub number: Option<String>,
pub type: Option<String>,
pub uid: Option<String>,
pub rung_id: Option<String>,
pub verified: Option<String>,
pub region_id: Option<String>,
pub use: Option<String>,
pub custom_properties: Vec<CustomPropertiesCollection>,
pub comment: Vec<CommentWide>,
pub text: Vec<TextWide>,
pub text_ioi: Vec<String>,
pub text_ntt: Vec<String>,
}Expand description
RungType element
Note: Mixed content type with unbounded children
Fields§
§number: Option<String>Number attribute
type: Option<String>Type attribute
uid: Option<String>UId attribute
rung_id: Option<String>RungId attribute
verified: Option<String>Verified attribute
region_id: Option<String>RegionId attribute
use: Option<String>Use attribute
custom_properties: Vec<CustomPropertiesCollection>CustomProperties element
comment: Vec<CommentWide>Comment element
text: Vec<TextWide>Text element
text_ioi: Vec<String>TextIOI element
text_ntt: Vec<String>TextNTT element
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Rung
impl<'de> Deserialize<'de> for Rung
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 Rung
Auto Trait Implementations§
impl Freeze for Rung
impl RefUnwindSafe for Rung
impl Send for Rung
impl Sync for Rung
impl Unpin for Rung
impl UnsafeUnpin for Rung
impl UnwindSafe for Rung
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