pub struct SplitParte {
pub tipo: String,
pub valor: String,
}Fields§
§tipo: String§valor: StringTrait Implementations§
Source§impl Clone for SplitParte
impl Clone for SplitParte
Source§fn clone(&self) -> SplitParte
fn clone(&self) -> SplitParte
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 SplitParte
impl Debug for SplitParte
Source§impl<'de> Deserialize<'de> for SplitParte
impl<'de> Deserialize<'de> for SplitParte
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 SplitParte
impl RefUnwindSafe for SplitParte
impl Send for SplitParte
impl Sync for SplitParte
impl Unpin for SplitParte
impl UnsafeUnpin for SplitParte
impl UnwindSafe for SplitParte
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