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