pub struct ScreenshotAnnotation {
pub ref_id: String,
pub number: u64,
pub role: String,
pub name: Option<String>,
pub box_: AnnotationBox,
}Fields§
§ref_id: String§number: u64§role: String§name: Option<String>§box_: AnnotationBoxTrait Implementations§
Source§impl Clone for ScreenshotAnnotation
impl Clone for ScreenshotAnnotation
Source§fn clone(&self) -> ScreenshotAnnotation
fn clone(&self) -> ScreenshotAnnotation
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 ScreenshotAnnotation
impl Debug for ScreenshotAnnotation
Auto Trait Implementations§
impl Freeze for ScreenshotAnnotation
impl RefUnwindSafe for ScreenshotAnnotation
impl Send for ScreenshotAnnotation
impl Sync for ScreenshotAnnotation
impl Unpin for ScreenshotAnnotation
impl UnsafeUnpin for ScreenshotAnnotation
impl UnwindSafe for ScreenshotAnnotation
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