pub enum ConstantKind {
Capability,
ProcessId,
Message,
}Expand description
Constant-pool tags that untrusted modules must not embed.
Variants§
Trait Implementations§
Source§impl Clone for ConstantKind
impl Clone for ConstantKind
Source§fn clone(&self) -> ConstantKind
fn clone(&self) -> ConstantKind
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 ConstantKind
Source§impl Debug for ConstantKind
impl Debug for ConstantKind
Source§impl Display for ConstantKind
impl Display for ConstantKind
impl Eq for ConstantKind
Source§impl PartialEq for ConstantKind
impl PartialEq for ConstantKind
impl StructuralPartialEq for ConstantKind
Auto Trait Implementations§
impl Freeze for ConstantKind
impl RefUnwindSafe for ConstantKind
impl Send for ConstantKind
impl Sync for ConstantKind
impl Unpin for ConstantKind
impl UnsafeUnpin for ConstantKind
impl UnwindSafe for ConstantKind
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§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.