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<GetAllApplicationConfigsResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetAllApplicationConfigsResponse, <__D as Deserializer<'de>>::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 ==.Source§impl Serialize for GetAllApplicationConfigsResponse
impl Serialize for GetAllApplicationConfigsResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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