pub struct PolicyProperties {
pub name: Option<PolicyName>,
pub client: Option<bool>,
pub revocation_flags: Option<RevocationFlags>,
pub team_identifier: Option<String>,
}Fields§
§name: Option<PolicyName>§client: Option<bool>§revocation_flags: Option<RevocationFlags>§team_identifier: Option<String>Trait Implementations§
Source§impl Clone for PolicyProperties
impl Clone for PolicyProperties
Source§fn clone(&self) -> PolicyProperties
fn clone(&self) -> PolicyProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PolicyProperties
impl Debug for PolicyProperties
Source§impl Default for PolicyProperties
impl Default for PolicyProperties
Source§fn default() -> PolicyProperties
fn default() -> PolicyProperties
Returns the “default value” for a type. Read more
Source§impl PartialEq for PolicyProperties
impl PartialEq for PolicyProperties
Source§fn eq(&self, other: &PolicyProperties) -> bool
fn eq(&self, other: &PolicyProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PolicyProperties
impl Serialize for PolicyProperties
impl Eq for PolicyProperties
impl StructuralPartialEq for PolicyProperties
Auto Trait Implementations§
impl Freeze for PolicyProperties
impl RefUnwindSafe for PolicyProperties
impl Send for PolicyProperties
impl Sync for PolicyProperties
impl Unpin for PolicyProperties
impl UnsafeUnpin for PolicyProperties
impl UnwindSafe for PolicyProperties
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