pub struct ImageAnalysisTypes(/* private fields */);Implementations§
Trait Implementations§
Source§impl BitOr for ImageAnalysisTypes
impl BitOr for ImageAnalysisTypes
Source§impl BitOrAssign for ImageAnalysisTypes
impl BitOrAssign for ImageAnalysisTypes
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for ImageAnalysisTypes
impl Clone for ImageAnalysisTypes
Source§fn clone(&self) -> ImageAnalysisTypes
fn clone(&self) -> ImageAnalysisTypes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageAnalysisTypes
impl Debug for ImageAnalysisTypes
Source§impl Default for ImageAnalysisTypes
impl Default for ImageAnalysisTypes
Source§impl<'de> Deserialize<'de> for ImageAnalysisTypes
impl<'de> Deserialize<'de> for ImageAnalysisTypes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ImageAnalysisTypes
impl Hash for ImageAnalysisTypes
Source§impl PartialEq for ImageAnalysisTypes
impl PartialEq for ImageAnalysisTypes
Source§fn eq(&self, other: &ImageAnalysisTypes) -> bool
fn eq(&self, other: &ImageAnalysisTypes) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ImageAnalysisTypes
impl Serialize for ImageAnalysisTypes
impl Copy for ImageAnalysisTypes
impl Eq for ImageAnalysisTypes
impl StructuralPartialEq for ImageAnalysisTypes
Auto Trait Implementations§
impl Freeze for ImageAnalysisTypes
impl RefUnwindSafe for ImageAnalysisTypes
impl Send for ImageAnalysisTypes
impl Sync for ImageAnalysisTypes
impl Unpin for ImageAnalysisTypes
impl UnsafeUnpin for ImageAnalysisTypes
impl UnwindSafe for ImageAnalysisTypes
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