pub struct GetNetworkPrivateNetworkEntityRequestAllResponse {
pub meta: Option<GetNetworkPrivateNetworkEntityRequestAllResponseMeta>,
pub requests: Option<Vec<GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItem>>,
}
Fields§
§meta: Option<GetNetworkPrivateNetworkEntityRequestAllResponseMeta>
The response’s non-standard meta information.
requests: Option<Vec<GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItem>>
Information about the requests to add elements to the Private API Network.
Trait Implementations§
Source§impl Clone for GetNetworkPrivateNetworkEntityRequestAllResponse
impl Clone for GetNetworkPrivateNetworkEntityRequestAllResponse
Source§fn clone(&self) -> GetNetworkPrivateNetworkEntityRequestAllResponse
fn clone(&self) -> GetNetworkPrivateNetworkEntityRequestAllResponse
Returns a copy 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 GetNetworkPrivateNetworkEntityRequestAllResponse
impl<'de> Deserialize<'de> for GetNetworkPrivateNetworkEntityRequestAllResponse
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 GetNetworkPrivateNetworkEntityRequestAllResponse
impl PartialEq for GetNetworkPrivateNetworkEntityRequestAllResponse
Source§fn eq(&self, other: &GetNetworkPrivateNetworkEntityRequestAllResponse) -> bool
fn eq(&self, other: &GetNetworkPrivateNetworkEntityRequestAllResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetNetworkPrivateNetworkEntityRequestAllResponse
Auto Trait Implementations§
impl Freeze for GetNetworkPrivateNetworkEntityRequestAllResponse
impl RefUnwindSafe for GetNetworkPrivateNetworkEntityRequestAllResponse
impl Send for GetNetworkPrivateNetworkEntityRequestAllResponse
impl Sync for GetNetworkPrivateNetworkEntityRequestAllResponse
impl Unpin for GetNetworkPrivateNetworkEntityRequestAllResponse
impl UnwindSafe for GetNetworkPrivateNetworkEntityRequestAllResponse
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