pub struct MediaImage(/* private fields */);Trait Implementations§
Source§impl Clone for MediaImage
impl Clone for MediaImage
Source§fn clone(&self) -> MediaImage
fn clone(&self) -> MediaImage
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 MediaImage
impl Debug for MediaImage
Source§impl Deref for MediaImage
impl Deref for MediaImage
Source§impl<C: Into<MediaContent>> From<C> for MediaImage
impl<C: Into<MediaContent>> From<C> for MediaImage
Source§impl From<MediaImage> for DingTalkMedia_
impl From<MediaImage> for DingTalkMedia_
Source§fn from(value: MediaImage) -> Self
fn from(value: MediaImage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MediaImage
impl RefUnwindSafe for MediaImage
impl Send for MediaImage
impl Sync for MediaImage
impl Unpin for MediaImage
impl UnsafeUnpin for MediaImage
impl UnwindSafe for MediaImage
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