pub struct PeticionCargoRecurrente {
pub dia_de_pago: u64,
pub nombre: String,
pub id_aplicativo: String,
pub monto: f64,
pub descripcion_producto: String,
}Fields§
§dia_de_pago: u64§nombre: String§id_aplicativo: String§monto: f64§descripcion_producto: StringTrait Implementations§
Source§impl Clone for PeticionCargoRecurrente
impl Clone for PeticionCargoRecurrente
Source§fn clone(&self) -> PeticionCargoRecurrente
fn clone(&self) -> PeticionCargoRecurrente
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 Debug for PeticionCargoRecurrente
impl Debug for PeticionCargoRecurrente
Source§impl Default for PeticionCargoRecurrente
impl Default for PeticionCargoRecurrente
Source§fn default() -> PeticionCargoRecurrente
fn default() -> PeticionCargoRecurrente
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PeticionCargoRecurrente
impl<'de> Deserialize<'de> for PeticionCargoRecurrente
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 PeticionCargoRecurrente
impl PartialEq for PeticionCargoRecurrente
Source§impl Serialize for PeticionCargoRecurrente
impl Serialize for PeticionCargoRecurrente
impl StructuralPartialEq for PeticionCargoRecurrente
Auto Trait Implementations§
impl Freeze for PeticionCargoRecurrente
impl RefUnwindSafe for PeticionCargoRecurrente
impl Send for PeticionCargoRecurrente
impl Sync for PeticionCargoRecurrente
impl Unpin for PeticionCargoRecurrente
impl UnwindSafe for PeticionCargoRecurrente
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