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