#[repr(transparent)]pub struct StorageProviderPopulationPolicy(pub i32);Expand description
Required features: "Storage_Provider"
Tuple Fields
0: i32Implementations
impl StorageProviderPopulationPolicy
impl StorageProviderPopulationPolicy
pub const Full: Self = Self(1i32)
pub const AlwaysFull: Self = Self(2i32)
Trait Implementations
impl Clone for StorageProviderPopulationPolicy
impl Clone for StorageProviderPopulationPolicy
impl Copy for StorageProviderPopulationPolicy
Auto Trait Implementations
impl RefUnwindSafe for StorageProviderPopulationPolicy
impl Send for StorageProviderPopulationPolicy
impl Sync for StorageProviderPopulationPolicy
impl Unpin for StorageProviderPopulationPolicy
impl UnwindSafe for StorageProviderPopulationPolicy
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