pub enum ImagePolarity {
Positive,
Negative,
}Variants§
Trait Implementations§
Source§impl Clone for ImagePolarity
impl Clone for ImagePolarity
Source§fn clone(&self) -> ImagePolarity
fn clone(&self) -> ImagePolarity
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImagePolarity
impl Debug for ImagePolarity
Source§impl Default for ImagePolarity
impl Default for ImagePolarity
Source§impl<'_derivative_strum> From<&'_derivative_strum ImagePolarity> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum ImagePolarity> for &'static str
Source§fn from(x: &'_derivative_strum ImagePolarity) -> &'static str
fn from(x: &'_derivative_strum ImagePolarity) -> &'static str
Converts to this type from the input type.
Source§impl From<ImagePolarity> for &'static str
impl From<ImagePolarity> for &'static str
Source§fn from(x: ImagePolarity) -> &'static str
fn from(x: ImagePolarity) -> &'static str
Converts to this type from the input type.
Source§impl PartialEq for ImagePolarity
impl PartialEq for ImagePolarity
Source§impl VariantArray for ImagePolarity
impl VariantArray for ImagePolarity
Source§impl VariantNames for ImagePolarity
impl VariantNames for ImagePolarity
impl Copy for ImagePolarity
impl Eq for ImagePolarity
impl StructuralPartialEq for ImagePolarity
Auto Trait Implementations§
impl Freeze for ImagePolarity
impl RefUnwindSafe for ImagePolarity
impl Send for ImagePolarity
impl Sync for ImagePolarity
impl Unpin for ImagePolarity
impl UnwindSafe for ImagePolarity
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)