Struct parse_sap_odata::edmx::data_services::schema::association::End
source · 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
Auto Trait Implementations§
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