pub struct InstanceSpecificationResponse {
pub success: bool,
pub total: u32,
pub spec_list: Vec<InstanceSpec>,
}Fields§
§success: bool§total: u32§spec_list: Vec<InstanceSpec>Trait Implementations§
Source§impl Clone for InstanceSpecificationResponse
impl Clone for InstanceSpecificationResponse
Source§fn clone(&self) -> InstanceSpecificationResponse
fn clone(&self) -> InstanceSpecificationResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for InstanceSpecificationResponse
impl<'de> Deserialize<'de> for InstanceSpecificationResponse
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 InstanceSpecificationResponse
impl RefUnwindSafe for InstanceSpecificationResponse
impl Send for InstanceSpecificationResponse
impl Sync for InstanceSpecificationResponse
impl Unpin for InstanceSpecificationResponse
impl UnsafeUnpin for InstanceSpecificationResponse
impl UnwindSafe for InstanceSpecificationResponse
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