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