pub struct ImageLoadReport {
pub names: Option<Vec<String>>,
}
Available on crate feature
v5
only.Fields§
§names: Option<Vec<String>>
Trait Implementations§
Source§impl Debug for ImageLoadReport
impl Debug for ImageLoadReport
Source§impl Default for ImageLoadReport
impl Default for ImageLoadReport
Source§fn default() -> ImageLoadReport
fn default() -> ImageLoadReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImageLoadReport
impl<'de> Deserialize<'de> for ImageLoadReport
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
Auto Trait Implementations§
impl Freeze for ImageLoadReport
impl RefUnwindSafe for ImageLoadReport
impl Send for ImageLoadReport
impl Sync for ImageLoadReport
impl Unpin for ImageLoadReport
impl UnwindSafe for ImageLoadReport
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