pub struct GetRootAxNodeResult {
pub node: AxNode,
}Fields§
§node: AxNodeTrait Implementations§
Source§impl Clone for GetRootAxNodeResult
impl Clone for GetRootAxNodeResult
Source§fn clone(&self) -> GetRootAxNodeResult
fn clone(&self) -> GetRootAxNodeResult
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 GetRootAxNodeResult
impl Debug for GetRootAxNodeResult
Source§impl<'de> Deserialize<'de> for GetRootAxNodeResult
impl<'de> Deserialize<'de> for GetRootAxNodeResult
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 GetRootAxNodeResult
impl PartialEq for GetRootAxNodeResult
Source§impl Serialize for GetRootAxNodeResult
impl Serialize for GetRootAxNodeResult
Source§impl TryFrom<Value> for GetRootAxNodeResult
impl TryFrom<Value> for GetRootAxNodeResult
impl StructuralPartialEq for GetRootAxNodeResult
Auto Trait Implementations§
impl Freeze for GetRootAxNodeResult
impl RefUnwindSafe for GetRootAxNodeResult
impl Send for GetRootAxNodeResult
impl Sync for GetRootAxNodeResult
impl Unpin for GetRootAxNodeResult
impl UnsafeUnpin for GetRootAxNodeResult
impl UnwindSafe for GetRootAxNodeResult
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