pub enum BlobType {
Service,
Authorizer,
CoreVmGuest,
}Expand description
Program blob type.
Variants§
Service
JAM service (jam_pvm_common::Service).
Authorizer
JAM authorizer (jam_pvm_common::Authorizer).
CoreVmGuest
CoreVM guest program (corevm_guest crate).
Implementations§
Trait Implementations§
impl Copy for BlobType
impl Eq for BlobType
Source§impl Ord for BlobType
impl Ord for BlobType
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 PartialOrd for BlobType
impl PartialOrd for BlobType
impl StructuralPartialEq for BlobType
Auto Trait Implementations§
impl Freeze for BlobType
impl RefUnwindSafe for BlobType
impl Send for BlobType
impl Sync for BlobType
impl Unpin for BlobType
impl UnsafeUnpin for BlobType
impl UnwindSafe for BlobType
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