pub struct GetAllBuildDeploymentsResponse {
pub metadata: Option<SearchMetadata>,
pub items: Vec<AppNodeInfo>,
}
Fields§
§metadata: Option<SearchMetadata>
§items: Vec<AppNodeInfo>
Implementations§
Source§impl GetAllBuildDeploymentsResponse
impl GetAllBuildDeploymentsResponse
pub fn new(items: Vec<AppNodeInfo>) -> GetAllBuildDeploymentsResponse
Trait Implementations§
Source§impl Clone for GetAllBuildDeploymentsResponse
impl Clone for GetAllBuildDeploymentsResponse
Source§fn clone(&self) -> GetAllBuildDeploymentsResponse
fn clone(&self) -> GetAllBuildDeploymentsResponse
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<'de> Deserialize<'de> for GetAllBuildDeploymentsResponse
impl<'de> Deserialize<'de> for GetAllBuildDeploymentsResponse
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
Source§impl PartialEq for GetAllBuildDeploymentsResponse
impl PartialEq for GetAllBuildDeploymentsResponse
Source§fn eq(&self, other: &GetAllBuildDeploymentsResponse) -> bool
fn eq(&self, other: &GetAllBuildDeploymentsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetAllBuildDeploymentsResponse
Auto Trait Implementations§
impl Freeze for GetAllBuildDeploymentsResponse
impl RefUnwindSafe for GetAllBuildDeploymentsResponse
impl Send for GetAllBuildDeploymentsResponse
impl Sync for GetAllBuildDeploymentsResponse
impl Unpin for GetAllBuildDeploymentsResponse
impl UnwindSafe for GetAllBuildDeploymentsResponse
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