pub struct LegacyPicture {
pub content_type: &'static str,
pub bytes: Vec<u8>,
}Expand description
A picture’s bytes with their media type.
Fields§
§content_type: &'static str§bytes: Vec<u8>Auto Trait Implementations§
impl Freeze for LegacyPicture
impl RefUnwindSafe for LegacyPicture
impl Send for LegacyPicture
impl Sync for LegacyPicture
impl Unpin for LegacyPicture
impl UnsafeUnpin for LegacyPicture
impl UnwindSafe for LegacyPicture
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