pub struct DeleteSubscriptionApiResponse {
pub reason: Option<String>,
pub code: Option<String>,
pub status: String,
}Fields§
§reason: Option<String>§code: Option<String>§status: StringImplementations§
Source§impl DeleteSubscriptionApiResponse
impl DeleteSubscriptionApiResponse
pub fn new(status: String) -> DeleteSubscriptionApiResponse
Trait Implementations§
Source§impl Clone for DeleteSubscriptionApiResponse
impl Clone for DeleteSubscriptionApiResponse
Source§fn clone(&self) -> DeleteSubscriptionApiResponse
fn clone(&self) -> DeleteSubscriptionApiResponse
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 DeleteSubscriptionApiResponse
impl Default for DeleteSubscriptionApiResponse
Source§fn default() -> DeleteSubscriptionApiResponse
fn default() -> DeleteSubscriptionApiResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteSubscriptionApiResponse
impl<'de> Deserialize<'de> for DeleteSubscriptionApiResponse
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 DeleteSubscriptionApiResponse
impl PartialEq for DeleteSubscriptionApiResponse
Source§fn eq(&self, other: &DeleteSubscriptionApiResponse) -> bool
fn eq(&self, other: &DeleteSubscriptionApiResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteSubscriptionApiResponse
Auto Trait Implementations§
impl Freeze for DeleteSubscriptionApiResponse
impl RefUnwindSafe for DeleteSubscriptionApiResponse
impl Send for DeleteSubscriptionApiResponse
impl Sync for DeleteSubscriptionApiResponse
impl Unpin for DeleteSubscriptionApiResponse
impl UnwindSafe for DeleteSubscriptionApiResponse
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