pub struct Dest {
pub cnpj: Option<String>,
pub cpf: Option<String>,
pub x_nome: Option<String>,
pub ender_dest: Option<EnderDest>,
pub ind_ie_dest: Option<String>,
pub ie: Option<String>,
}Fields§
§cnpj: Option<String>§cpf: Option<String>§x_nome: Option<String>§ender_dest: Option<EnderDest>§ind_ie_dest: Option<String>§ie: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dest
impl<'de> Deserialize<'de> for Dest
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 Freeze for Dest
impl RefUnwindSafe for Dest
impl Send for Dest
impl Sync for Dest
impl Unpin for Dest
impl UnsafeUnpin for Dest
impl UnwindSafe for Dest
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