pub struct CaptureView {
pub name: String,
pub index: usize,
pub value: ValueView,
}Fields§
§name: String§index: usize§value: ValueViewTrait Implementations§
Source§impl Clone for CaptureView
impl Clone for CaptureView
Source§fn clone(&self) -> CaptureView
fn clone(&self) -> CaptureView
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 CaptureView
impl Debug for CaptureView
impl Eq for CaptureView
Source§impl PartialEq for CaptureView
impl PartialEq for CaptureView
Source§impl Serialize for CaptureView
impl Serialize for CaptureView
impl StructuralPartialEq for CaptureView
Auto Trait Implementations§
impl Freeze for CaptureView
impl RefUnwindSafe for CaptureView
impl Send for CaptureView
impl Sync for CaptureView
impl Unpin for CaptureView
impl UnsafeUnpin for CaptureView
impl UnwindSafe for CaptureView
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