pub struct PreviewResponse {
pub description: Option<String>,
pub title: Option<String>,
pub url: Option<String>,
pub name: Option<String>,
pub image: Option<String>,
}
Fields§
§description: Option<String>
§title: Option<String>
§url: Option<String>
§name: Option<String>
§image: Option<String>
Trait Implementations§
Source§impl Debug for PreviewResponse
impl Debug for PreviewResponse
Auto Trait Implementations§
impl Freeze for PreviewResponse
impl RefUnwindSafe for PreviewResponse
impl Send for PreviewResponse
impl Sync for PreviewResponse
impl Unpin for PreviewResponse
impl UnwindSafe for PreviewResponse
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