Struct odata_parser_rs::EntityType [−][src]
pub struct EntityType {
pub name: String,
pub key: Key,
pub properties: Vec<Property>,
pub navigations: Vec<NavigationProperty>,
}Fields
name: Stringkey: Keyproperties: Vec<Property>Implementations
impl EntityType[src]
impl EntityType[src]pub fn key_property(&self) -> Option<&Property>[src]
Trait Implementations
impl Debug for EntityType[src]
impl Debug for EntityType[src]impl<'de> Deserialize<'de> for EntityType[src]
impl<'de> Deserialize<'de> for EntityType[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
impl Serialize for EntityType[src]
impl Serialize for EntityType[src]Auto Trait Implementations
impl RefUnwindSafe for EntityType
impl Send for EntityType
impl Sync for EntityType
impl Unpin for EntityType
impl UnwindSafe for EntityType
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,