pub struct GetSourceOrderHighlightObjectForTestParams {
pub nodeId: NodeId,
}Expand description
For Source Order Viewer testing.
Fields§
§nodeId: 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 Default for GetSourceOrderHighlightObjectForTestParams
impl Default for GetSourceOrderHighlightObjectForTestParams
Source§fn default() -> GetSourceOrderHighlightObjectForTestParams
fn default() -> GetSourceOrderHighlightObjectForTestParams
Returns the “default value” for a type. Read more
Source§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
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