pub struct PolicyListResponse {
pub embedded: Option<PolicyEmbedded>,
pub page: Option<PageInfo>,
pub links: Option<Value>,
}Expand description
Response wrapper for policy list operations
Fields§
§embedded: Option<PolicyEmbedded>§page: Option<PageInfo>§links: Option<Value>Trait Implementations§
Source§impl Clone for PolicyListResponse
impl Clone for PolicyListResponse
Source§fn clone(&self) -> PolicyListResponse
fn clone(&self) -> PolicyListResponse
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 Debug for PolicyListResponse
impl Debug for PolicyListResponse
Source§impl<'de> Deserialize<'de> for PolicyListResponse
impl<'de> Deserialize<'de> for PolicyListResponse
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
Auto Trait Implementations§
impl Freeze for PolicyListResponse
impl RefUnwindSafe for PolicyListResponse
impl Send for PolicyListResponse
impl Sync for PolicyListResponse
impl Unpin for PolicyListResponse
impl UnwindSafe for PolicyListResponse
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