#[repr(transparent)]pub struct PackageSignatureKind(pub i32);
Expand description
Required features: "ApplicationModel"
Tuple Fields
0: i32
Implementations
impl PackageSignatureKind
impl PackageSignatureKind
pub const None: Self = Self(0i32)
pub const Developer: Self = Self(1i32)
pub const Enterprise: Self = Self(2i32)
pub const Store: Self = Self(3i32)
pub const System: Self = Self(4i32)
Trait Implementations
impl Clone for PackageSignatureKind
impl Clone for PackageSignatureKind
impl Copy for PackageSignatureKind
Auto Trait Implementations
impl RefUnwindSafe for PackageSignatureKind
impl Send for PackageSignatureKind
impl Sync for PackageSignatureKind
impl Unpin for PackageSignatureKind
impl UnwindSafe for PackageSignatureKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more