pub struct RemoveCardResponse {
pub success: bool,
pub error_code: Option<String>,
pub message: Option<String>,
}Fields§
§success: bool§error_code: Option<String>§message: Option<String>Trait Implementations§
Source§impl Debug for RemoveCardResponse
impl Debug for RemoveCardResponse
Source§impl<'de> Deserialize<'de> for RemoveCardResponse
impl<'de> Deserialize<'de> for RemoveCardResponse
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
Auto Trait Implementations§
impl Freeze for RemoveCardResponse
impl RefUnwindSafe for RemoveCardResponse
impl Send for RemoveCardResponse
impl Sync for RemoveCardResponse
impl Unpin for RemoveCardResponse
impl UnwindSafe for RemoveCardResponse
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