pub struct GetHighlightObjectForTestResult {
pub highlight: Value,
}Fields§
§highlight: ValueHighlight data for the node.
Trait Implementations§
Source§impl Clone for GetHighlightObjectForTestResult
impl Clone for GetHighlightObjectForTestResult
Source§fn clone(&self) -> GetHighlightObjectForTestResult
fn clone(&self) -> GetHighlightObjectForTestResult
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<'de> Deserialize<'de> for GetHighlightObjectForTestResult
impl<'de> Deserialize<'de> for GetHighlightObjectForTestResult
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
Source§impl PartialEq for GetHighlightObjectForTestResult
impl PartialEq for GetHighlightObjectForTestResult
Source§fn eq(&self, other: &GetHighlightObjectForTestResult) -> bool
fn eq(&self, other: &GetHighlightObjectForTestResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetHighlightObjectForTestResult
Auto Trait Implementations§
impl Freeze for GetHighlightObjectForTestResult
impl RefUnwindSafe for GetHighlightObjectForTestResult
impl Send for GetHighlightObjectForTestResult
impl Sync for GetHighlightObjectForTestResult
impl Unpin for GetHighlightObjectForTestResult
impl UnsafeUnpin for GetHighlightObjectForTestResult
impl UnwindSafe for GetHighlightObjectForTestResult
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