Struct windows_sys::Storage::StorageDeleteOption
[−]#[repr(transparent)]pub struct StorageDeleteOption(pub i32);
Expand description
Required features: "Storage"
Tuple Fields
0: i32
Implementations
impl StorageDeleteOption
impl StorageDeleteOption
pub const Default: Self = Self(0i32)
pub const PermanentDelete: Self = Self(1i32)
Trait Implementations
impl Clone for StorageDeleteOption
impl Clone for StorageDeleteOption
impl Copy for StorageDeleteOption
Auto Trait Implementations
impl RefUnwindSafe for StorageDeleteOption
impl Send for StorageDeleteOption
impl Sync for StorageDeleteOption
impl Unpin for StorageDeleteOption
impl UnwindSafe for StorageDeleteOption
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