pub struct ReverseGeocodingStateResponseDto {
pub last_import_file_name: Option<String>,
pub last_update: Option<String>,
}Fields§
§last_import_file_name: Option<String>§last_update: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ReverseGeocodingStateResponseDto
impl Clone for ReverseGeocodingStateResponseDto
Source§fn clone(&self) -> ReverseGeocodingStateResponseDto
fn clone(&self) -> ReverseGeocodingStateResponseDto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ReverseGeocodingStateResponseDto
impl Default for ReverseGeocodingStateResponseDto
Source§fn default() -> ReverseGeocodingStateResponseDto
fn default() -> ReverseGeocodingStateResponseDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReverseGeocodingStateResponseDto
impl<'de> Deserialize<'de> for ReverseGeocodingStateResponseDto
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
impl StructuralPartialEq for ReverseGeocodingStateResponseDto
Auto Trait Implementations§
impl Freeze for ReverseGeocodingStateResponseDto
impl RefUnwindSafe for ReverseGeocodingStateResponseDto
impl Send for ReverseGeocodingStateResponseDto
impl Sync for ReverseGeocodingStateResponseDto
impl Unpin for ReverseGeocodingStateResponseDto
impl UnsafeUnpin for ReverseGeocodingStateResponseDto
impl UnwindSafe for ReverseGeocodingStateResponseDto
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