Struct odata_parser_rs::AssociationSet [−][src]
Fields
name: Stringassociation: Stringends: [End; 2]Trait Implementations
impl Debug for AssociationSet[src]
impl Debug for AssociationSet[src]impl<'de> Deserialize<'de> for AssociationSet[src]
impl<'de> Deserialize<'de> for AssociationSet[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 AssociationSet[src]
impl Serialize for AssociationSet[src]Auto Trait Implementations
impl RefUnwindSafe for AssociationSet
impl Send for AssociationSet
impl Sync for AssociationSet
impl Unpin for AssociationSet
impl UnwindSafe for AssociationSet
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>,