#[repr(transparent)]pub struct ImageInfoSpecificFileWrapper {
pub data: ImageInfoSpecificFile,
}
Fields§
§data: ImageInfoSpecificFile
Implementations§
Source§impl ImageInfoSpecificFileWrapper
impl ImageInfoSpecificFileWrapper
pub fn into_inner(self) -> ImageInfoSpecificFile
Trait Implementations§
Source§impl AsRef<ImageInfoSpecificFile> for ImageInfoSpecificFileWrapper
impl AsRef<ImageInfoSpecificFile> for ImageInfoSpecificFileWrapper
Source§fn as_ref(&self) -> &ImageInfoSpecificFile
fn as_ref(&self) -> &ImageInfoSpecificFile
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ImageInfoSpecificFileWrapper
impl Clone for ImageInfoSpecificFileWrapper
Source§fn clone(&self) -> ImageInfoSpecificFileWrapper
fn clone(&self) -> ImageInfoSpecificFileWrapper
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 ImageInfoSpecificFileWrapper
impl Debug for ImageInfoSpecificFileWrapper
Source§impl Deref for ImageInfoSpecificFileWrapper
impl Deref for ImageInfoSpecificFileWrapper
Source§impl<'de> Deserialize<'de> for ImageInfoSpecificFileWrapper
impl<'de> Deserialize<'de> for ImageInfoSpecificFileWrapper
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 From<ImageInfoSpecificFileWrapper> for ImageInfoSpecific
impl From<ImageInfoSpecificFileWrapper> for ImageInfoSpecific
Source§fn from(val: ImageInfoSpecificFileWrapper) -> Self
fn from(val: ImageInfoSpecificFileWrapper) -> Self
Converts to this type from the input type.
Source§impl<T: Into<ImageInfoSpecificFile>> From<T> for ImageInfoSpecificFileWrapper
impl<T: Into<ImageInfoSpecificFile>> From<T> for ImageInfoSpecificFileWrapper
Auto Trait Implementations§
impl Freeze for ImageInfoSpecificFileWrapper
impl RefUnwindSafe for ImageInfoSpecificFileWrapper
impl Send for ImageInfoSpecificFileWrapper
impl Sync for ImageInfoSpecificFileWrapper
impl Unpin for ImageInfoSpecificFileWrapper
impl UnwindSafe for ImageInfoSpecificFileWrapper
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