pub struct Devolucoes {
pub id: String,
pub rtr_id: String,
pub valor: String,
pub horario: Horario,
pub status: String,
}
Fields§
§id: String
Id gerado pelo cliente para representar unicamente uma devolução.
rtr_id: String
ReturnIdentification que transita na PACS004.
valor: String
§horario: Horario
§status: String
Trait Implementations§
Source§impl Clone for Devolucoes
impl Clone for Devolucoes
Source§fn clone(&self) -> Devolucoes
fn clone(&self) -> Devolucoes
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 Devolucoes
impl Debug for Devolucoes
Source§impl<'de> Deserialize<'de> for Devolucoes
impl<'de> Deserialize<'de> for Devolucoes
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 Devolucoes
impl PartialEq for Devolucoes
Source§impl Serialize for Devolucoes
impl Serialize for Devolucoes
impl StructuralPartialEq for Devolucoes
Auto Trait Implementations§
impl Freeze for Devolucoes
impl RefUnwindSafe for Devolucoes
impl Send for Devolucoes
impl Sync for Devolucoes
impl Unpin for Devolucoes
impl UnwindSafe for Devolucoes
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