pub struct ZoneType {
pub description: String,
pub id: String,
pub name: String,
pub prices: Option<Value>,
}Fields§
§description: String§id: String§name: String§prices: Option<Value>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ZoneType
impl<'de> Deserialize<'de> for ZoneType
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 ZoneType
impl RefUnwindSafe for ZoneType
impl Send for ZoneType
impl Sync for ZoneType
impl Unpin for ZoneType
impl UnsafeUnpin for ZoneType
impl UnwindSafe for ZoneType
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