pub enum Xray {
Boolean(bool),
Integer(i32),
}Expand description
Xray : Include graph representation of subgraphs. If an integer value is provided, only subgraphs with a depth less than or equal to the value will be included. Include graph representation of subgraphs. If an integer value is provided, only subgraphs with a depth less than or equal to the value will be included.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Xray
impl<'de> Deserialize<'de> for Xray
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
impl StructuralPartialEq for Xray
Auto Trait Implementations§
impl Freeze for Xray
impl RefUnwindSafe for Xray
impl Send for Xray
impl Sync for Xray
impl Unpin for Xray
impl UnwindSafe for Xray
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