Struct mpesa::services::C2bSimulateResponse
source · pub struct C2bSimulateResponse {
pub conversation_id: Option<String>,
pub originator_conversation_id: String,
pub response_code: String,
pub response_description: String,
}
Fields§
§conversation_id: Option<String>
§originator_conversation_id: String
§response_code: String
§response_description: String
Trait Implementations§
source§impl Clone for C2bSimulateResponse
impl Clone for C2bSimulateResponse
source§fn clone(&self) -> C2bSimulateResponse
fn clone(&self) -> C2bSimulateResponse
Returns a copy 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 Debug for C2bSimulateResponse
impl Debug for C2bSimulateResponse
source§impl<'de> Deserialize<'de> for C2bSimulateResponse
impl<'de> Deserialize<'de> for C2bSimulateResponse
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 RefUnwindSafe for C2bSimulateResponse
impl Send for C2bSimulateResponse
impl Sync for C2bSimulateResponse
impl Unpin for C2bSimulateResponse
impl UnwindSafe for C2bSimulateResponse
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