Expand description
CancelFeedResponse : Response schema.
Fields
errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl CancelFeedResponse
impl CancelFeedResponse
sourcepub fn new() -> CancelFeedResponse
pub fn new() -> CancelFeedResponse
Response schema.
Trait Implementations
sourceimpl Clone for CancelFeedResponse
impl Clone for CancelFeedResponse
sourcefn clone(&self) -> CancelFeedResponse
fn clone(&self) -> CancelFeedResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CancelFeedResponse
impl Debug for CancelFeedResponse
sourceimpl Default for CancelFeedResponse
impl Default for CancelFeedResponse
sourcefn default() -> CancelFeedResponse
fn default() -> CancelFeedResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CancelFeedResponse
impl<'de> Deserialize<'de> for CancelFeedResponse
sourcefn 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
sourceimpl PartialEq<CancelFeedResponse> for CancelFeedResponse
impl PartialEq<CancelFeedResponse> for CancelFeedResponse
sourcefn eq(&self, other: &CancelFeedResponse) -> bool
fn eq(&self, other: &CancelFeedResponse) -> bool
sourceimpl Serialize for CancelFeedResponse
impl Serialize for CancelFeedResponse
impl StructuralPartialEq for CancelFeedResponse
Auto Trait Implementations
impl RefUnwindSafe for CancelFeedResponse
impl Send for CancelFeedResponse
impl Sync for CancelFeedResponse
impl Unpin for CancelFeedResponse
impl UnwindSafe for CancelFeedResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more