Struct atspi_common::cache::CacheItem
source · pub struct CacheItem {
pub object: ObjectRef,
pub app: ObjectRef,
pub parent: ObjectRef,
pub index: i32,
pub children: i32,
pub ifaces: InterfaceSet,
pub short_name: String,
pub role: Role,
pub name: String,
pub states: StateSet,
}
Expand description
The item type provided by Cache:Add
signals
Fields§
§object: ObjectRef
The accessible object (within the application) (so)
app: ObjectRef
The application (root object(?) (so)
parent: ObjectRef
The parent object. (so)
index: i32
The accessbile index in parent. i
children: i32
Child count of the accessible i
ifaces: InterfaceSet
The exposed interface(s) set. as
short_name: String
The short localized name. s
role: Role
ObjectRef
role. u
name: String
More detailed localized name.
states: StateSet
The states applicable to the accessible. au
Trait Implementations§
source§impl<'de> Deserialize<'de> for CacheItem
impl<'de> Deserialize<'de> for CacheItem
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 CacheItem
impl PartialEq for CacheItem
impl Eq for CacheItem
impl StructuralPartialEq for CacheItem
Auto Trait Implementations§
impl Freeze for CacheItem
impl RefUnwindSafe for CacheItem
impl Send for CacheItem
impl Sync for CacheItem
impl Unpin for CacheItem
impl UnwindSafe for CacheItem
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 T
impl<'de, T> DynamicDeserialize<'de> for T
§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>
fn deserializer_for_signature<S>( signature: S ) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
Get a deserializer compatible with this signature.
source§impl<T> DynamicType for T
impl<T> DynamicType for T
source§fn dynamic_signature(&self) -> Signature<'_>
fn dynamic_signature(&self) -> Signature<'_>
Get the signature for the implementing type. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
source§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.