Struct PhotoImportStage
#[repr(transparent)]pub struct PhotoImportStage(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PhotoImportStage
impl PhotoImportStage
pub const NotStarted: Self = _
pub const FindingItems: Self = _
pub const ImportingItems: Self = _
pub const DeletingImportedItemsFromSource: Self = _
Trait Implementations§
§impl Clone for PhotoImportStage
impl Clone for PhotoImportStage
§fn clone(&self) -> PhotoImportStage
fn clone(&self) -> PhotoImportStage
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 Debug for PhotoImportStage
impl Debug for PhotoImportStage
§impl Default for PhotoImportStage
impl Default for PhotoImportStage
§fn default() -> PhotoImportStage
fn default() -> PhotoImportStage
Returns the “default value” for a type. Read more
§impl PartialEq for PhotoImportStage
impl PartialEq for PhotoImportStage
impl Copy for PhotoImportStage
impl Eq for PhotoImportStage
impl StructuralPartialEq for PhotoImportStage
Auto Trait Implementations§
impl Freeze for PhotoImportStage
impl RefUnwindSafe for PhotoImportStage
impl Send for PhotoImportStage
impl Sync for PhotoImportStage
impl Unpin for PhotoImportStage
impl UnwindSafe for PhotoImportStage
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