Struct atspi_common::cache::LegacyCacheItem
source · pub struct LegacyCacheItem {
pub object: Accessible,
pub app: Accessible,
pub parent: Accessible,
pub children: Vec<Accessible>,
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: Accessible
The accessible object (within the application) (so)
app: Accessible
The application (root object(?) (so)
parent: Accessible
The parent object. (so)
children: Vec<Accessible>
List of references to the accessible’s children. a(so)
ifaces: InterfaceSet
The exposed interface(s) set. as
short_name: String
The short localized name. s
role: Role
Accessible role. u
name: String
More detailed localized name.
states: StateSet
The states applicable to the accessible. au
Trait Implementations§
source§impl Clone for LegacyCacheItem
impl Clone for LegacyCacheItem
source§fn clone(&self) -> LegacyCacheItem
fn clone(&self) -> LegacyCacheItem
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 LegacyCacheItem
impl Debug for LegacyCacheItem
source§impl Default for LegacyCacheItem
impl Default for LegacyCacheItem
source§impl<'de> Deserialize<'de> for LegacyCacheItem
impl<'de> Deserialize<'de> for LegacyCacheItem
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 Hash for LegacyCacheItem
impl Hash for LegacyCacheItem
source§impl PartialEq<LegacyCacheItem> for LegacyCacheItem
impl PartialEq<LegacyCacheItem> for LegacyCacheItem
source§fn eq(&self, other: &LegacyCacheItem) -> bool
fn eq(&self, other: &LegacyCacheItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LegacyCacheItem
impl Serialize for LegacyCacheItem
source§impl Type for LegacyCacheItem
impl Type for LegacyCacheItem
impl Eq for LegacyCacheItem
impl StructuralEq for LegacyCacheItem
impl StructuralPartialEq for LegacyCacheItem
Auto Trait Implementations§
impl RefUnwindSafe for LegacyCacheItem
impl Send for LegacyCacheItem
impl Sync for LegacyCacheItem
impl Unpin for LegacyCacheItem
impl UnwindSafe for LegacyCacheItem
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
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.