Enum wasmer_api::backend::global_id::NodeKind
source · #[repr(u16)]#[non_exhaustive]pub enum NodeKind {
Show 30 variants
User,
SocialAuth,
Namespace,
Package,
PackageVersion,
PackageCollaborator,
PackageCollaboratorInvite,
NativeExecutable,
PackageVersionNPMBinding,
PackageVersionPythonBinding,
PackageTransferRequest,
Interface,
InterfaceVersion,
PublicKey,
UserNotification,
ActivityEvent,
NamespaceCollaborator,
NamespaceCollaboratorInvite,
BindingsGenerator,
DeployConfigVersion,
DeployConfigInfo,
DeployApp,
DeployAppVersion,
Waitlist,
WaitlistMember,
CardPaymentMethod,
PaymentIntent,
AppAlias,
Nonce,
TermsOfService,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
User
SocialAuth
Namespace
Package
PackageVersion
PackageCollaborator
PackageCollaboratorInvite
NativeExecutable
PackageVersionNPMBinding
PackageVersionPythonBinding
PackageTransferRequest
Interface
InterfaceVersion
PublicKey
UserNotification
ActivityEvent
NamespaceCollaborator
NamespaceCollaboratorInvite
BindingsGenerator
DeployConfigVersion
DeployConfigInfo
DeployApp
DeployAppVersion
Waitlist
WaitlistMember
CardPaymentMethod
PaymentIntent
AppAlias
Nonce
TermsOfService
Implementations§
Trait Implementations§
source§impl PartialEq<NodeKind> for NodeKind
impl PartialEq<NodeKind> for NodeKind
impl Copy for NodeKind
impl Eq for NodeKind
impl StructuralEq for NodeKind
impl StructuralPartialEq for NodeKind
Auto Trait Implementations§
impl RefUnwindSafe for NodeKind
impl Send for NodeKind
impl Sync for NodeKind
impl Unpin for NodeKind
impl UnwindSafe for NodeKind
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.§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.