pub struct End {
pub role: String,
pub entity_set: Option<String>,
pub end_type: Option<String>,
pub multiplicity: Option<String>,
}Expand description
Represents an <End> tag
Fields§
§role: String§entity_set: Option<String>§end_type: Option<String>§multiplicity: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for End
impl<'de> Deserialize<'de> for End
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 End
impl Ord for End
Source§impl PartialOrd for End
impl PartialOrd for End
impl Eq for End
impl StructuralPartialEq for End
Auto Trait Implementations§
impl Freeze for End
impl RefUnwindSafe for End
impl Send for End
impl Sync for End
impl Unpin for End
impl UnwindSafe for End
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