#[non_exhaustive]pub struct InitializingImageImportStep { /* private fields */ }Expand description
InitializingImageImportStep contains specific step details.
Implementations§
Trait Implementations§
Source§impl Clone for InitializingImageImportStep
impl Clone for InitializingImageImportStep
Source§fn clone(&self) -> InitializingImageImportStep
fn clone(&self) -> InitializingImageImportStep
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 InitializingImageImportStep
impl Debug for InitializingImageImportStep
Source§impl Default for InitializingImageImportStep
impl Default for InitializingImageImportStep
Source§fn default() -> InitializingImageImportStep
fn default() -> InitializingImageImportStep
Returns the “default value” for a type. Read more
Source§impl PartialEq for InitializingImageImportStep
impl PartialEq for InitializingImageImportStep
Source§fn eq(&self, other: &InitializingImageImportStep) -> bool
fn eq(&self, other: &InitializingImageImportStep) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InitializingImageImportStep
Auto Trait Implementations§
impl Freeze for InitializingImageImportStep
impl RefUnwindSafe for InitializingImageImportStep
impl Send for InitializingImageImportStep
impl Sync for InitializingImageImportStep
impl Unpin for InitializingImageImportStep
impl UnsafeUnpin for InitializingImageImportStep
impl UnwindSafe for InitializingImageImportStep
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