pub struct DeploymentAvailableResponse {
pub data: Vec<DeploymentAvailable>,
pub pagination: Box<Pagination>,
}Fields§
§data: Vec<DeploymentAvailable>The list of deployments
pagination: Box<Pagination>Implementations§
Source§impl DeploymentAvailableResponse
impl DeploymentAvailableResponse
pub fn new( data: Vec<DeploymentAvailable>, pagination: Pagination, ) -> DeploymentAvailableResponse
Trait Implementations§
Source§impl Clone for DeploymentAvailableResponse
impl Clone for DeploymentAvailableResponse
Source§fn clone(&self) -> DeploymentAvailableResponse
fn clone(&self) -> DeploymentAvailableResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeploymentAvailableResponse
impl Debug for DeploymentAvailableResponse
Source§impl Default for DeploymentAvailableResponse
impl Default for DeploymentAvailableResponse
Source§fn default() -> DeploymentAvailableResponse
fn default() -> DeploymentAvailableResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeploymentAvailableResponse
impl<'de> Deserialize<'de> for DeploymentAvailableResponse
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
impl StructuralPartialEq for DeploymentAvailableResponse
Auto Trait Implementations§
impl Freeze for DeploymentAvailableResponse
impl RefUnwindSafe for DeploymentAvailableResponse
impl Send for DeploymentAvailableResponse
impl Sync for DeploymentAvailableResponse
impl Unpin for DeploymentAvailableResponse
impl UnwindSafe for DeploymentAvailableResponse
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