Struct preview_rs::PreviewResponse
source · [−]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
sourceimpl Debug for PreviewResponse
impl Debug for PreviewResponse
Auto Trait Implementations
impl RefUnwindSafe for PreviewResponse
impl Send for PreviewResponse
impl Sync for PreviewResponse
impl Unpin for PreviewResponse
impl UnwindSafe for PreviewResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more