Struct PolicyAttributeType
#[repr(transparent)]pub struct PolicyAttributeType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for PolicyAttributeType
impl Clone for PolicyAttributeType
§fn clone(&self) -> PolicyAttributeType
fn clone(&self) -> PolicyAttributeType
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 more§impl Debug for PolicyAttributeType
impl Debug for PolicyAttributeType
§impl Default for PolicyAttributeType
impl Default for PolicyAttributeType
§fn default() -> PolicyAttributeType
fn default() -> PolicyAttributeType
Returns the “default value” for a type. Read more
§impl PartialEq for PolicyAttributeType
impl PartialEq for PolicyAttributeType
impl Copy for PolicyAttributeType
impl Eq for PolicyAttributeType
impl StructuralPartialEq for PolicyAttributeType
Auto Trait Implementations§
impl Freeze for PolicyAttributeType
impl RefUnwindSafe for PolicyAttributeType
impl Send for PolicyAttributeType
impl Sync for PolicyAttributeType
impl Unpin for PolicyAttributeType
impl UnwindSafe for PolicyAttributeType
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