Struct UserDataStorageItemProtectionStatus
#[repr(transparent)]pub struct UserDataStorageItemProtectionStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl UserDataStorageItemProtectionStatus
impl UserDataStorageItemProtectionStatus
pub const Succeeded: Self = _
pub const NotProtectable: Self = _
Trait Implementations§
§impl Clone for UserDataStorageItemProtectionStatus
impl Clone for UserDataStorageItemProtectionStatus
§fn clone(&self) -> UserDataStorageItemProtectionStatus
fn clone(&self) -> UserDataStorageItemProtectionStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for UserDataStorageItemProtectionStatus
impl Default for UserDataStorageItemProtectionStatus
§fn default() -> UserDataStorageItemProtectionStatus
fn default() -> UserDataStorageItemProtectionStatus
Returns the “default value” for a type. Read more
§impl PartialEq for UserDataStorageItemProtectionStatus
impl PartialEq for UserDataStorageItemProtectionStatus
§fn eq(&self, other: &UserDataStorageItemProtectionStatus) -> bool
fn eq(&self, other: &UserDataStorageItemProtectionStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UserDataStorageItemProtectionStatus
impl Eq for UserDataStorageItemProtectionStatus
impl StructuralPartialEq for UserDataStorageItemProtectionStatus
Auto Trait Implementations§
impl Freeze for UserDataStorageItemProtectionStatus
impl RefUnwindSafe for UserDataStorageItemProtectionStatus
impl Send for UserDataStorageItemProtectionStatus
impl Sync for UserDataStorageItemProtectionStatus
impl Unpin for UserDataStorageItemProtectionStatus
impl UnwindSafe for UserDataStorageItemProtectionStatus
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