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