Struct crabgrab::capturable_content::CapturableDisplay
source · pub struct CapturableDisplay { /* private fields */ }
Expand description
Represents a capturable display
Implementations§
Trait Implementations§
source§impl Clone for CapturableDisplay
impl Clone for CapturableDisplay
source§fn clone(&self) -> CapturableDisplay
fn clone(&self) -> CapturableDisplay
Returns a copy 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 CapturableDisplay
impl Debug for CapturableDisplay
impl Send for CapturableDisplay
impl Sync for CapturableDisplay
Auto Trait Implementations§
impl Freeze for CapturableDisplay
impl !RefUnwindSafe for CapturableDisplay
impl Unpin for CapturableDisplay
impl !UnwindSafe for CapturableDisplay
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