#[repr(u16)]pub enum ImageSteps {
Fifty = 50,
OneHundred = 100,
OneHundredFifty = 150,
TwoHundred = 200,
}Expand description
The available steps provided through the API
Variants§
Trait Implementations§
Source§impl Clone for ImageSteps
impl Clone for ImageSteps
Source§fn clone(&self) -> ImageSteps
fn clone(&self) -> ImageSteps
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 moreSource§impl Debug for ImageSteps
impl Debug for ImageSteps
Source§impl<'de> Deserialize<'de> for ImageSteps
impl<'de> Deserialize<'de> for ImageSteps
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 Display for ImageSteps
impl Display for ImageSteps
Source§impl Serialize for ImageSteps
impl Serialize for ImageSteps
Auto Trait Implementations§
impl Freeze for ImageSteps
impl RefUnwindSafe for ImageSteps
impl Send for ImageSteps
impl Sync for ImageSteps
impl Unpin for ImageSteps
impl UnwindSafe for ImageSteps
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