pub struct PolicyEmbedded {
pub policy_versions: Vec<SecurityPolicy>,
}Expand description
Embedded policies in the list response
Fields§
§policy_versions: Vec<SecurityPolicy>Trait Implementations§
Source§impl Clone for PolicyEmbedded
impl Clone for PolicyEmbedded
Source§fn clone(&self) -> PolicyEmbedded
fn clone(&self) -> PolicyEmbedded
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 PolicyEmbedded
impl Debug for PolicyEmbedded
Source§impl<'de> Deserialize<'de> for PolicyEmbedded
impl<'de> Deserialize<'de> for PolicyEmbedded
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 PolicyEmbedded
impl RefUnwindSafe for PolicyEmbedded
impl Send for PolicyEmbedded
impl Sync for PolicyEmbedded
impl Unpin for PolicyEmbedded
impl UnwindSafe for PolicyEmbedded
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