pub struct GetElementByRelationResult {
pub node_id: Box<NodeId>,
}Fields§
§node_id: Box<NodeId>NodeId of the element matching the queried relation.
Trait Implementations§
Source§impl Clone for GetElementByRelationResult
impl Clone for GetElementByRelationResult
Source§fn clone(&self) -> GetElementByRelationResult
fn clone(&self) -> GetElementByRelationResult
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 Debug for GetElementByRelationResult
impl Debug for GetElementByRelationResult
Source§impl<'de> Deserialize<'de> for GetElementByRelationResult
impl<'de> Deserialize<'de> for GetElementByRelationResult
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 TryFrom<Value> for GetElementByRelationResult
impl TryFrom<Value> for GetElementByRelationResult
impl StructuralPartialEq for GetElementByRelationResult
Auto Trait Implementations§
impl Freeze for GetElementByRelationResult
impl RefUnwindSafe for GetElementByRelationResult
impl Send for GetElementByRelationResult
impl Sync for GetElementByRelationResult
impl Unpin for GetElementByRelationResult
impl UnsafeUnpin for GetElementByRelationResult
impl UnwindSafe for GetElementByRelationResult
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