pub struct DatacentersWithGpuTypes {
pub data: Option<Vec<DatacenterWithGpuTypes>>,
pub errors: Option<Vec<GraphQLError>>,
}Fields§
§data: Option<Vec<DatacenterWithGpuTypes>>§errors: Option<Vec<GraphQLError>>Trait Implementations§
Source§impl Debug for DatacentersWithGpuTypes
impl Debug for DatacentersWithGpuTypes
Source§impl<'de> Deserialize<'de> for DatacentersWithGpuTypes
impl<'de> Deserialize<'de> for DatacentersWithGpuTypes
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 DatacentersWithGpuTypes
impl RefUnwindSafe for DatacentersWithGpuTypes
impl Send for DatacentersWithGpuTypes
impl Sync for DatacentersWithGpuTypes
impl Unpin for DatacentersWithGpuTypes
impl UnwindSafe for DatacentersWithGpuTypes
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