pub struct ImageBinary {
pub b64_json: String,
}
Fields§
§b64_json: String
Trait Implementations§
Source§impl Clone for ImageBinary
impl Clone for ImageBinary
Source§fn clone(&self) -> ImageBinary
fn clone(&self) -> ImageBinary
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImageBinary
impl Debug for ImageBinary
Source§impl<'de> Deserialize<'de> for ImageBinary
impl<'de> Deserialize<'de> for ImageBinary
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<ImageBinary> for ImageData
impl From<ImageBinary> for ImageData
Source§fn from(original: ImageBinary) -> ImageData
fn from(original: ImageBinary) -> ImageData
Converts to this type from the input type.
Source§impl Serialize for ImageBinary
impl Serialize for ImageBinary
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime ImageData> for &'__deriveMoreLifetime ImageBinary
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime ImageData> for &'__deriveMoreLifetime ImageBinary
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut ImageData> for &'__deriveMoreLifetime mut ImageBinary
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut ImageData> for &'__deriveMoreLifetime mut ImageBinary
Auto Trait Implementations§
impl Freeze for ImageBinary
impl RefUnwindSafe for ImageBinary
impl Send for ImageBinary
impl Sync for ImageBinary
impl Unpin for ImageBinary
impl UnwindSafe for ImageBinary
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