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