pub enum GetRootAxNodeMethod {
GetRootAxNode,
}Variants§
GetRootAxNode
Trait Implementations§
Source§impl Clone for GetRootAxNodeMethod
impl Clone for GetRootAxNodeMethod
Source§fn clone(&self) -> GetRootAxNodeMethod
fn clone(&self) -> GetRootAxNodeMethod
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 GetRootAxNodeMethod
impl Debug for GetRootAxNodeMethod
Source§impl<'de> Deserialize<'de> for GetRootAxNodeMethod
impl<'de> Deserialize<'de> for GetRootAxNodeMethod
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 GetRootAxNodeMethod
impl PartialEq for GetRootAxNodeMethod
Source§impl Serialize for GetRootAxNodeMethod
impl Serialize for GetRootAxNodeMethod
impl StructuralPartialEq for GetRootAxNodeMethod
Auto Trait Implementations§
impl Freeze for GetRootAxNodeMethod
impl RefUnwindSafe for GetRootAxNodeMethod
impl Send for GetRootAxNodeMethod
impl Sync for GetRootAxNodeMethod
impl Unpin for GetRootAxNodeMethod
impl UnsafeUnpin for GetRootAxNodeMethod
impl UnwindSafe for GetRootAxNodeMethod
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