pub struct GetSourceOrderHighlightObjectForTestParams {
pub node_id: NodeId,
}Expand description
For Source Order Viewer testing. getSourceOrderHighlightObjectForTest
Fields§
§node_id: NodeIdId of the node to highlight.
Implementations§
Trait Implementations§
Source§impl Clone for GetSourceOrderHighlightObjectForTestParams
impl Clone for GetSourceOrderHighlightObjectForTestParams
Source§fn clone(&self) -> GetSourceOrderHighlightObjectForTestParams
fn clone(&self) -> GetSourceOrderHighlightObjectForTestParams
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 GetSourceOrderHighlightObjectForTestParams
impl<'de> Deserialize<'de> for GetSourceOrderHighlightObjectForTestParams
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 GetSourceOrderHighlightObjectForTestParams
impl PartialEq for GetSourceOrderHighlightObjectForTestParams
Source§fn eq(&self, other: &GetSourceOrderHighlightObjectForTestParams) -> bool
fn eq(&self, other: &GetSourceOrderHighlightObjectForTestParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetSourceOrderHighlightObjectForTestParams
Auto Trait Implementations§
impl Freeze for GetSourceOrderHighlightObjectForTestParams
impl RefUnwindSafe for GetSourceOrderHighlightObjectForTestParams
impl Send for GetSourceOrderHighlightObjectForTestParams
impl Sync for GetSourceOrderHighlightObjectForTestParams
impl Unpin for GetSourceOrderHighlightObjectForTestParams
impl UnsafeUnpin for GetSourceOrderHighlightObjectForTestParams
impl UnwindSafe for GetSourceOrderHighlightObjectForTestParams
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