pub struct RespuestaCargoRecurrente {
pub id_enlace: String,
pub url_enlace: String,
pub url_enlace_largo: String,
pub esta_productivo: bool,
pub url_qr_code_enlace: String,
}Fields§
§id_enlace: String§url_enlace: String§url_enlace_largo: String§esta_productivo: bool§url_qr_code_enlace: StringTrait Implementations§
Source§impl Clone for RespuestaCargoRecurrente
impl Clone for RespuestaCargoRecurrente
Source§fn clone(&self) -> RespuestaCargoRecurrente
fn clone(&self) -> RespuestaCargoRecurrente
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 RespuestaCargoRecurrente
impl Debug for RespuestaCargoRecurrente
Source§impl<'de> Deserialize<'de> for RespuestaCargoRecurrente
impl<'de> Deserialize<'de> for RespuestaCargoRecurrente
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 RespuestaCargoRecurrente
impl Hash for RespuestaCargoRecurrente
Source§impl PartialEq for RespuestaCargoRecurrente
impl PartialEq for RespuestaCargoRecurrente
Source§impl Serialize for RespuestaCargoRecurrente
impl Serialize for RespuestaCargoRecurrente
impl Eq for RespuestaCargoRecurrente
impl StructuralPartialEq for RespuestaCargoRecurrente
Auto Trait Implementations§
impl Freeze for RespuestaCargoRecurrente
impl RefUnwindSafe for RespuestaCargoRecurrente
impl Send for RespuestaCargoRecurrente
impl Sync for RespuestaCargoRecurrente
impl Unpin for RespuestaCargoRecurrente
impl UnwindSafe for RespuestaCargoRecurrente
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