Struct cedar_policy::EntityTypeName
source · #[repr(transparent)]pub struct EntityTypeName(_);Expand description
Represents a concatenation of Namespaces and TypeName
Trait Implementations§
source§impl Clone for EntityTypeName
impl Clone for EntityTypeName
source§fn clone(&self) -> EntityTypeName
fn clone(&self) -> EntityTypeName
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 moresource§impl Debug for EntityTypeName
impl Debug for EntityTypeName
source§impl Display for EntityTypeName
impl Display for EntityTypeName
source§impl FromStr for EntityTypeName
impl FromStr for EntityTypeName
source§impl Hash for EntityTypeName
impl Hash for EntityTypeName
source§impl Ord for EntityTypeName
impl Ord for EntityTypeName
source§fn cmp(&self, other: &EntityTypeName) -> Ordering
fn cmp(&self, other: &EntityTypeName) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<EntityTypeName> for EntityTypeName
impl PartialEq<EntityTypeName> for EntityTypeName
source§fn eq(&self, other: &EntityTypeName) -> bool
fn eq(&self, other: &EntityTypeName) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<EntityTypeName> for EntityTypeName
impl PartialOrd<EntityTypeName> for EntityTypeName
source§fn partial_cmp(&self, other: &EntityTypeName) -> Option<Ordering>
fn partial_cmp(&self, other: &EntityTypeName) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl RefCast for EntityTypeName
impl RefCast for EntityTypeName
impl Eq for EntityTypeName
impl StructuralEq for EntityTypeName
impl StructuralPartialEq for EntityTypeName
Auto Trait Implementations§
impl RefUnwindSafe for EntityTypeName
impl Send for EntityTypeName
impl Sync for EntityTypeName
impl Unpin for EntityTypeName
impl UnwindSafe for EntityTypeName
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.