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