pub enum EndpointPolicyKind {
Fixed,
OfficialSet,
RegionDerived,
AcknowledgedCustom,
}Expand description
Trust provenance represented by an EndpointPolicy.
Variants§
Fixed
One provider-owned immutable endpoint.
OfficialSet
One endpoint from a bounded provider-owned official set.
RegionDerived
One endpoint derived by a provider from a validated region.
AcknowledgedCustom
One custom endpoint explicitly acknowledged by trusted configuration.
Trait Implementations§
Source§impl Clone for EndpointPolicyKind
impl Clone for EndpointPolicyKind
Source§fn clone(&self) -> EndpointPolicyKind
fn clone(&self) -> EndpointPolicyKind
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 moreimpl Copy for EndpointPolicyKind
Source§impl Debug for EndpointPolicyKind
impl Debug for EndpointPolicyKind
impl Eq for EndpointPolicyKind
Source§impl Hash for EndpointPolicyKind
impl Hash for EndpointPolicyKind
Source§impl Ord for EndpointPolicyKind
impl Ord for EndpointPolicyKind
Source§fn cmp(&self, other: &EndpointPolicyKind) -> Ordering
fn cmp(&self, other: &EndpointPolicyKind) -> Ordering
1.21.0 (const: unstable) · 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 for EndpointPolicyKind
impl PartialEq for EndpointPolicyKind
Source§impl PartialOrd for EndpointPolicyKind
impl PartialOrd for EndpointPolicyKind
impl StructuralPartialEq for EndpointPolicyKind
Auto Trait Implementations§
impl Freeze for EndpointPolicyKind
impl RefUnwindSafe for EndpointPolicyKind
impl Send for EndpointPolicyKind
impl Sync for EndpointPolicyKind
impl Unpin for EndpointPolicyKind
impl UnsafeUnpin for EndpointPolicyKind
impl UnwindSafe for EndpointPolicyKind
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