pub struct VnScreenShot {
pub id: Option<String>,
pub url: Option<String>,
pub dims: Option<Vec<u32>>,
pub sexual: Option<f32>,
pub violence: Option<f32>,
pub votecount: Option<u32>,
pub thumbnail: Option<String>,
pub thumbnail_dims: Option<Vec<u32>>,
pub release: Option<Release>,
}Fields§
§id: Option<String>Image fields also apply to screenshots
url: Option<String>§dims: Option<Vec<u32>>§sexual: Option<f32>§violence: Option<f32>§votecount: Option<u32>§thumbnail: Option<String>§thumbnail_dims: Option<Vec<u32>>§release: Option<Release>Trait Implementations§
Source§impl Debug for VnScreenShot
impl Debug for VnScreenShot
Source§impl<'de> Deserialize<'de> for VnScreenShot
impl<'de> Deserialize<'de> for VnScreenShot
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 VnScreenShot
impl RefUnwindSafe for VnScreenShot
impl Send for VnScreenShot
impl Sync for VnScreenShot
impl Unpin for VnScreenShot
impl UnsafeUnpin for VnScreenShot
impl UnwindSafe for VnScreenShot
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