pub enum ImageLoading {
Eager,
Lazy,
}
Variants§
Trait Implementations§
Source§impl Arbitrary for ImageLoading
impl Arbitrary for ImageLoading
Source§impl Clone for ImageLoading
impl Clone for ImageLoading
Source§fn clone(&self) -> ImageLoading
fn clone(&self) -> ImageLoading
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 moreSource§impl Debug for ImageLoading
impl Debug for ImageLoading
Source§impl Default for ImageLoading
impl Default for ImageLoading
Source§fn default() -> ImageLoading
fn default() -> ImageLoading
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImageLoading
impl<'de> Deserialize<'de> for ImageLoading
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 ImageLoading
impl Display for ImageLoading
Source§impl PartialEq for ImageLoading
impl PartialEq for ImageLoading
Source§impl Serialize for ImageLoading
impl Serialize for ImageLoading
impl Copy for ImageLoading
impl Eq for ImageLoading
impl StructuralPartialEq for ImageLoading
Auto Trait Implementations§
impl Freeze for ImageLoading
impl RefUnwindSafe for ImageLoading
impl Send for ImageLoading
impl Sync for ImageLoading
impl Unpin for ImageLoading
impl UnwindSafe for ImageLoading
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