pub struct MobileScreenshotInfo {
pub png_data: Vec<u8>,
pub note: String,
}Fields§
§png_data: Vec<u8>§note: StringTrait Implementations§
Source§impl Clone for MobileScreenshotInfo
impl Clone for MobileScreenshotInfo
Source§fn clone(&self) -> MobileScreenshotInfo
fn clone(&self) -> MobileScreenshotInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MobileScreenshotInfo
impl Debug for MobileScreenshotInfo
Source§impl<'de> Deserialize<'de> for MobileScreenshotInfo
impl<'de> Deserialize<'de> for MobileScreenshotInfo
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
impl Eq for MobileScreenshotInfo
Source§impl PartialEq for MobileScreenshotInfo
impl PartialEq for MobileScreenshotInfo
Source§impl Serialize for MobileScreenshotInfo
impl Serialize for MobileScreenshotInfo
impl StructuralPartialEq for MobileScreenshotInfo
Auto Trait Implementations§
impl Freeze for MobileScreenshotInfo
impl RefUnwindSafe for MobileScreenshotInfo
impl Send for MobileScreenshotInfo
impl Sync for MobileScreenshotInfo
impl Unpin for MobileScreenshotInfo
impl UnsafeUnpin for MobileScreenshotInfo
impl UnwindSafe for MobileScreenshotInfo
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