Struct azure_devops_rust_api::profile::models::GeoRegion
source · pub struct GeoRegion {
pub region_code: Option<String>,
}Expand description
Fields§
§region_code: Option<String>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for GeoRegion
impl<'de> Deserialize<'de> for GeoRegion
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 GeoRegion
impl PartialEq for GeoRegion
impl StructuralPartialEq for GeoRegion
Auto Trait Implementations§
impl Freeze for GeoRegion
impl RefUnwindSafe for GeoRegion
impl Send for GeoRegion
impl Sync for GeoRegion
impl Unpin for GeoRegion
impl UnwindSafe for GeoRegion
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