pub struct CaptionImageResponse { /* private fields */ }Expand description
A captioned meme template
Implementations§
Trait Implementations§
Source§impl Debug for CaptionImageResponse
impl Debug for CaptionImageResponse
Source§impl<'de> Deserialize<'de> for CaptionImageResponse
impl<'de> Deserialize<'de> for CaptionImageResponse
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
Auto Trait Implementations§
impl Freeze for CaptionImageResponse
impl RefUnwindSafe for CaptionImageResponse
impl Send for CaptionImageResponse
impl Sync for CaptionImageResponse
impl Unpin for CaptionImageResponse
impl UnsafeUnpin for CaptionImageResponse
impl UnwindSafe for CaptionImageResponse
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