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