Enum DebugImageOptions
pub enum DebugImageOptions {
Include,
Exclude,
}
Expand description
Options for debug_mode images.
Variants§
Trait Implementations§
§impl Clone for DebugImageOptions
impl Clone for DebugImageOptions
§fn clone(&self) -> DebugImageOptions
fn clone(&self) -> DebugImageOptions
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 DebugImageOptions
impl Debug for DebugImageOptions
§impl<'de> Deserialize<'de> for DebugImageOptions
impl<'de> Deserialize<'de> for DebugImageOptions
§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
§impl Hash for DebugImageOptions
impl Hash for DebugImageOptions
§impl Ord for DebugImageOptions
impl Ord for DebugImageOptions
§fn cmp(&self, other: &DebugImageOptions) -> Ordering
fn cmp(&self, other: &DebugImageOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for DebugImageOptions
impl PartialEq for DebugImageOptions
§impl PartialOrd for DebugImageOptions
impl PartialOrd for DebugImageOptions
§impl Serialize for DebugImageOptions
impl Serialize for DebugImageOptions
impl Copy for DebugImageOptions
impl Eq for DebugImageOptions
impl StructuralPartialEq for DebugImageOptions
Auto Trait Implementations§
impl Freeze for DebugImageOptions
impl RefUnwindSafe for DebugImageOptions
impl Send for DebugImageOptions
impl Sync for DebugImageOptions
impl Unpin for DebugImageOptions
impl UnwindSafe for DebugImageOptions
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