pub struct Regions {
pub regions: Option<Vec<Region>>,
pub links: Option<Vec<Link>>,
}Expand description
Available regions response
Fields§
§regions: Option<Vec<Region>>§links: Option<Vec<Link>>HATEOAS links
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Regions
impl<'de> Deserialize<'de> for Regions
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 Regions
impl RefUnwindSafe for Regions
impl Send for Regions
impl Sync for Regions
impl Unpin for Regions
impl UnwindSafe for Regions
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