pub struct PolicyInfo {
pub name: String,
}Expand description
Summary information about a policy (without the full document)
Fields§
§name: StringPolicy name
Trait Implementations§
Source§impl Clone for PolicyInfo
impl Clone for PolicyInfo
Source§fn clone(&self) -> PolicyInfo
fn clone(&self) -> PolicyInfo
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 PolicyInfo
impl Debug for PolicyInfo
Source§impl<'de> Deserialize<'de> for PolicyInfo
impl<'de> Deserialize<'de> for PolicyInfo
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 PolicyInfo
impl RefUnwindSafe for PolicyInfo
impl Send for PolicyInfo
impl Sync for PolicyInfo
impl Unpin for PolicyInfo
impl UnwindSafe for PolicyInfo
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