pub struct PreparedImageAttachment {
pub data_url: String,
pub debug: ImageAttachmentDebug,
}Fields§
§data_url: String§debug: ImageAttachmentDebugTrait Implementations§
Source§impl Clone for PreparedImageAttachment
impl Clone for PreparedImageAttachment
Source§fn clone(&self) -> PreparedImageAttachment
fn clone(&self) -> PreparedImageAttachment
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 moreAuto Trait Implementations§
impl Freeze for PreparedImageAttachment
impl RefUnwindSafe for PreparedImageAttachment
impl Send for PreparedImageAttachment
impl Sync for PreparedImageAttachment
impl Unpin for PreparedImageAttachment
impl UnsafeUnpin for PreparedImageAttachment
impl UnwindSafe for PreparedImageAttachment
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