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