pub struct GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse {
pub created_at: Option<String>,
pub created_by: Option<i64>,
pub message: Option<String>,
}
Fields§
§created_at: Option<String>
The date and time at which the network manager denied the request.
created_by: Option<i64>
The network manager’s user ID.
message: Option<String>
The network manager’s request response message.
Trait Implementations§
Source§impl Clone for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
impl Clone for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
Source§fn clone(
&self,
) -> GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
fn clone( &self, ) -> GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
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 GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
impl<'de> Deserialize<'de> for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
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 GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
impl PartialEq for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
Source§fn eq(
&self,
other: &GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse,
) -> bool
fn eq( &self, other: &GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
Auto Trait Implementations§
impl Freeze for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
impl RefUnwindSafe for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
impl Send for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
impl Sync for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
impl Unpin for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
impl UnwindSafe for GetNetworkPrivateNetworkEntityRequestAllResponseRequestsItemResponse
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