pub struct NodeExtras {
pub msft_screencoverage: Option<Vec<f32>>,
}Fields§
§msft_screencoverage: Option<Vec<f32>>Trait Implementations§
Source§impl Clone for NodeExtras
impl Clone for NodeExtras
Source§fn clone(&self) -> NodeExtras
fn clone(&self) -> NodeExtras
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 DeJson for NodeExtras
impl DeJson for NodeExtras
Source§impl Debug for NodeExtras
impl Debug for NodeExtras
Source§impl Default for NodeExtras
impl Default for NodeExtras
Source§fn default() -> NodeExtras
fn default() -> NodeExtras
Returns the “default value” for a type. Read more
Source§impl SerJson for NodeExtras
impl SerJson for NodeExtras
Auto Trait Implementations§
impl Freeze for NodeExtras
impl RefUnwindSafe for NodeExtras
impl Send for NodeExtras
impl Sync for NodeExtras
impl Unpin for NodeExtras
impl UnsafeUnpin for NodeExtras
impl UnwindSafe for NodeExtras
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