pub struct AxListResult {
pub nodes: Vec<AxNode>,
pub warnings: Vec<String>,
}Fields§
§nodes: Vec<AxNode>§warnings: Vec<String>Trait Implementations§
Source§impl Clone for AxListResult
impl Clone for AxListResult
Source§fn clone(&self) -> AxListResult
fn clone(&self) -> AxListResult
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 AxListResult
impl Debug for AxListResult
Source§impl Default for AxListResult
impl Default for AxListResult
Source§fn default() -> AxListResult
fn default() -> AxListResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AxListResult
impl<'de> Deserialize<'de> for AxListResult
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 AxListResult
impl PartialEq for AxListResult
Source§impl Serialize for AxListResult
impl Serialize for AxListResult
impl StructuralPartialEq for AxListResult
Auto Trait Implementations§
impl Freeze for AxListResult
impl RefUnwindSafe for AxListResult
impl Send for AxListResult
impl Sync for AxListResult
impl Unpin for AxListResult
impl UnsafeUnpin for AxListResult
impl UnwindSafe for AxListResult
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