Struct gyazo_client::GyazoImageResponse
source · pub struct GyazoImageResponse {
pub image_id: String,
pub permalink_url: Option<String>,
pub thumb_url: Option<String>,
pub image_type: String,
pub created_at: String,
pub metadata: ImageMetadata,
pub ocr: Option<ImageOcr>,
}Expand description
Image response from Gyazo API
Fields§
§image_id: String§permalink_url: Option<String>§thumb_url: Option<String>§image_type: String§created_at: String§metadata: ImageMetadata§ocr: Option<ImageOcr>Trait Implementations§
source§impl Debug for GyazoImageResponse
impl Debug for GyazoImageResponse
source§impl<'de> Deserialize<'de> for GyazoImageResponse
impl<'de> Deserialize<'de> for GyazoImageResponse
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 GyazoImageResponse
impl RefUnwindSafe for GyazoImageResponse
impl Send for GyazoImageResponse
impl Sync for GyazoImageResponse
impl Unpin for GyazoImageResponse
impl UnwindSafe for GyazoImageResponse
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