pub struct ActionScreenshot {
pub type_: String,
}Expand description
A screenshot action.
Fields§
§type_: StringSpecifies the event type.
Trait Implementations§
Source§impl Clone for ActionScreenshot
impl Clone for ActionScreenshot
Source§fn clone(&self) -> ActionScreenshot
fn clone(&self) -> ActionScreenshot
Returns a duplicate of the value. Read more
1.0.0 · 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 ActionScreenshot
impl Debug for ActionScreenshot
Source§impl<'de> Deserialize<'de> for ActionScreenshot
impl<'de> Deserialize<'de> for ActionScreenshot
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 ActionScreenshot
impl RefUnwindSafe for ActionScreenshot
impl Send for ActionScreenshot
impl Sync for ActionScreenshot
impl Unpin for ActionScreenshot
impl UnsafeUnpin for ActionScreenshot
impl UnwindSafe for ActionScreenshot
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