Struct parse_sap_odata::edmx::data_services::schema::entity_container::entity_set::EntitySet
source · pub struct EntitySet {
pub name: String,
pub entity_type: String,
pub sap_annotations: SAPAnnotationsEntitySet,
}Expand description
Represents an <EntitySet> tag
Fields§
§name: String§entity_type: String§sap_annotations: SAPAnnotationsEntitySetImplementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for EntitySet
impl<'de> Deserialize<'de> for EntitySet
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 EntitySet
impl Send for EntitySet
impl Sync for EntitySet
impl Unpin for EntitySet
impl UnwindSafe for EntitySet
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