pub struct AxAttrGetResult {
pub node_id: Option<String>,
pub matched_count: usize,
pub name: String,
pub value: Value,
}Fields§
§node_id: Option<String>§matched_count: usize§name: String§value: ValueTrait Implementations§
Source§impl Clone for AxAttrGetResult
impl Clone for AxAttrGetResult
Source§fn clone(&self) -> AxAttrGetResult
fn clone(&self) -> AxAttrGetResult
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 AxAttrGetResult
impl Debug for AxAttrGetResult
Source§impl<'de> Deserialize<'de> for AxAttrGetResult
impl<'de> Deserialize<'de> for AxAttrGetResult
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 AxAttrGetResult
impl PartialEq for AxAttrGetResult
Source§impl Serialize for AxAttrGetResult
impl Serialize for AxAttrGetResult
impl StructuralPartialEq for AxAttrGetResult
Auto Trait Implementations§
impl Freeze for AxAttrGetResult
impl RefUnwindSafe for AxAttrGetResult
impl Send for AxAttrGetResult
impl Sync for AxAttrGetResult
impl Unpin for AxAttrGetResult
impl UnsafeUnpin for AxAttrGetResult
impl UnwindSafe for AxAttrGetResult
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