pub struct RestapiIndicatorFeedQueryResponse {
pub errors: Option<Vec<MsaspecError>>,
pub feed_name: Option<String>,
pub meta: Box<MsaspecMetaInfo>,
pub resources: Option<Vec<RestapiIndicatorFeedQueryItem>>,
}Fields§
§errors: Option<Vec<MsaspecError>>§feed_name: Option<String>§meta: Box<MsaspecMetaInfo>§resources: Option<Vec<RestapiIndicatorFeedQueryItem>>Implementations§
Trait Implementations§
Source§impl Clone for RestapiIndicatorFeedQueryResponse
impl Clone for RestapiIndicatorFeedQueryResponse
Source§fn clone(&self) -> RestapiIndicatorFeedQueryResponse
fn clone(&self) -> RestapiIndicatorFeedQueryResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for RestapiIndicatorFeedQueryResponse
impl Default for RestapiIndicatorFeedQueryResponse
Source§fn default() -> RestapiIndicatorFeedQueryResponse
fn default() -> RestapiIndicatorFeedQueryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RestapiIndicatorFeedQueryResponse
impl<'de> Deserialize<'de> for RestapiIndicatorFeedQueryResponse
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
Source§impl PartialEq for RestapiIndicatorFeedQueryResponse
impl PartialEq for RestapiIndicatorFeedQueryResponse
Source§fn eq(&self, other: &RestapiIndicatorFeedQueryResponse) -> bool
fn eq(&self, other: &RestapiIndicatorFeedQueryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RestapiIndicatorFeedQueryResponse
Auto Trait Implementations§
impl Freeze for RestapiIndicatorFeedQueryResponse
impl RefUnwindSafe for RestapiIndicatorFeedQueryResponse
impl Send for RestapiIndicatorFeedQueryResponse
impl Sync for RestapiIndicatorFeedQueryResponse
impl Unpin for RestapiIndicatorFeedQueryResponse
impl UnwindSafe for RestapiIndicatorFeedQueryResponse
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