pub enum XDbgBlockGraphNodeType {
block_backend,
block_job,
block_driver,
}
Variants§
Trait Implementations§
Source§impl Clone for XDbgBlockGraphNodeType
impl Clone for XDbgBlockGraphNodeType
Source§fn clone(&self) -> XDbgBlockGraphNodeType
fn clone(&self) -> XDbgBlockGraphNodeType
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 XDbgBlockGraphNodeType
impl Debug for XDbgBlockGraphNodeType
Source§impl<'de> Deserialize<'de> for XDbgBlockGraphNodeType
impl<'de> Deserialize<'de> for XDbgBlockGraphNodeType
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 Enum for XDbgBlockGraphNodeType
impl Enum for XDbgBlockGraphNodeType
Source§impl FromStr for XDbgBlockGraphNodeType
impl FromStr for XDbgBlockGraphNodeType
Source§impl Hash for XDbgBlockGraphNodeType
impl Hash for XDbgBlockGraphNodeType
Source§impl Ord for XDbgBlockGraphNodeType
impl Ord for XDbgBlockGraphNodeType
Source§fn cmp(&self, other: &XDbgBlockGraphNodeType) -> Ordering
fn cmp(&self, other: &XDbgBlockGraphNodeType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for XDbgBlockGraphNodeType
impl PartialEq for XDbgBlockGraphNodeType
Source§impl PartialOrd for XDbgBlockGraphNodeType
impl PartialOrd for XDbgBlockGraphNodeType
Source§impl Serialize for XDbgBlockGraphNodeType
impl Serialize for XDbgBlockGraphNodeType
impl Copy for XDbgBlockGraphNodeType
impl Eq for XDbgBlockGraphNodeType
impl StructuralPartialEq for XDbgBlockGraphNodeType
Auto Trait Implementations§
impl Freeze for XDbgBlockGraphNodeType
impl RefUnwindSafe for XDbgBlockGraphNodeType
impl Send for XDbgBlockGraphNodeType
impl Sync for XDbgBlockGraphNodeType
impl Unpin for XDbgBlockGraphNodeType
impl UnwindSafe for XDbgBlockGraphNodeType
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