pub struct End {
pub role: Option<String>,
pub entity_set: Option<String>,
pub entity_type: Option<String>,
pub multiplicity: Option<String>,
}
Fields§
§role: Option<String>
§entity_set: Option<String>
§entity_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
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