Enum atspi_common::TreeTraversalType
source · #[repr(u32)]pub enum TreeTraversalType {
RestrictChildren,
RestrictSibling,
Inorder,
}
Expand description
Method of traversing a tree in the CollectionProxy
.
Variants§
RestrictChildren
Restrict children tree traversal
RestrictSibling
Restrict sibling tree traversal
Inorder
In-order tree traversal.
Trait Implementations§
source§impl Clone for TreeTraversalType
impl Clone for TreeTraversalType
source§fn clone(&self) -> TreeTraversalType
fn clone(&self) -> TreeTraversalType
Returns a copy 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 TreeTraversalType
impl Debug for TreeTraversalType
source§impl<'de> Deserialize<'de> for TreeTraversalType
impl<'de> Deserialize<'de> for TreeTraversalType
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<TreeTraversalType> for TreeTraversalType
impl PartialEq<TreeTraversalType> for TreeTraversalType
source§fn eq(&self, other: &TreeTraversalType) -> bool
fn eq(&self, other: &TreeTraversalType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TreeTraversalType
impl Serialize for TreeTraversalType
source§impl Type for TreeTraversalType
impl Type for TreeTraversalType
impl Copy for TreeTraversalType
impl Eq for TreeTraversalType
impl StructuralEq for TreeTraversalType
impl StructuralPartialEq for TreeTraversalType
Auto Trait Implementations§
impl RefUnwindSafe for TreeTraversalType
impl Send for TreeTraversalType
impl Sync for TreeTraversalType
impl Unpin for TreeTraversalType
impl UnwindSafe for TreeTraversalType
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
source§impl<'de, T> DynamicDeserialize<'de> for Twhere
T: Type + Deserialize<'de> + ?Sized,
impl<'de, T> DynamicDeserialize<'de> for Twhere T: Type + Deserialize<'de> + ?Sized,
§type Deserializer = PhantomData<T>
type Deserializer = PhantomData<T>
A DeserializeSeed implementation for this type.
source§fn deserializer_for_signature<S>(
signature: S
) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>where
S: TryInto<Signature<'de>>,
<S as TryInto<Signature<'de>>>::Error: Into<Error>,
fn deserializer_for_signature<S>( signature: S ) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>where S: TryInto<Signature<'de>>, <S as TryInto<Signature<'de>>>::Error: Into<Error>,
Get a deserializer compatible with this signature.
source§impl<T> DynamicType for Twhere
T: Type + ?Sized,
impl<T> DynamicType for Twhere T: Type + ?Sized,
source§fn dynamic_signature(&self) -> Signature<'_>
fn dynamic_signature(&self) -> Signature<'_>
Get the signature for the implementing type. Read more