pub struct ImageGeneration(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl ImageGeneration
 
impl ImageGeneration
pub const INVALID: ImageGeneration
Trait Implementations§
Source§impl Clone for ImageGeneration
 
impl Clone for ImageGeneration
Source§fn clone(&self) -> ImageGeneration
 
fn clone(&self) -> ImageGeneration
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 ImageGeneration
 
impl Debug for ImageGeneration
Source§impl Default for ImageGeneration
 
impl Default for ImageGeneration
Source§fn default() -> ImageGeneration
 
fn default() -> ImageGeneration
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImageGeneration
 
impl PartialEq for ImageGeneration
Source§impl Peek for ImageGeneration
 
impl Peek for ImageGeneration
Source§impl Poke for ImageGeneration
 
impl Poke for ImageGeneration
Source§impl Serialize for ImageGeneration
 
impl Serialize for ImageGeneration
impl Copy for ImageGeneration
impl StructuralPartialEq for ImageGeneration
Auto Trait Implementations§
impl Freeze for ImageGeneration
impl RefUnwindSafe for ImageGeneration
impl Send for ImageGeneration
impl Sync for ImageGeneration
impl Unpin for ImageGeneration
impl UnwindSafe for ImageGeneration
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more