pub enum ExposureKind {
Suggestor,
PackSuggestor,
Deferred,
}Expand description
How the capability is exposed to Converge.
Variants§
Suggestor
Direct Suggestor implementation.
PackSuggestor
converge_pack::PackSuggestor<P> around a pack.
Deferred
Deferred or external capability, documented so it is not misrouted.
Trait Implementations§
Source§impl Clone for ExposureKind
impl Clone for ExposureKind
Source§fn clone(&self) -> ExposureKind
fn clone(&self) -> ExposureKind
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 ExposureKind
impl Debug for ExposureKind
Source§impl PartialEq for ExposureKind
impl PartialEq for ExposureKind
Source§fn eq(&self, other: &ExposureKind) -> bool
fn eq(&self, other: &ExposureKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExposureKind
impl Eq for ExposureKind
impl StructuralPartialEq for ExposureKind
Auto Trait Implementations§
impl Freeze for ExposureKind
impl RefUnwindSafe for ExposureKind
impl Send for ExposureKind
impl Sync for ExposureKind
impl Unpin for ExposureKind
impl UnsafeUnpin for ExposureKind
impl UnwindSafe for ExposureKind
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.