pub struct UpcloudZone {
pub description: String,
pub id: String,
pub public: String,
}
Fields§
§description: String
§id: String
§public: String
Trait Implementations§
Source§impl Debug for UpcloudZone
impl Debug for UpcloudZone
Source§impl<'de> Deserialize<'de> for UpcloudZone
impl<'de> Deserialize<'de> for UpcloudZone
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 UpcloudZone
impl RefUnwindSafe for UpcloudZone
impl Send for UpcloudZone
impl Sync for UpcloudZone
impl Unpin for UpcloudZone
impl UnwindSafe for UpcloudZone
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