pub(crate) struct QtProperties;Expand description
Unit struct placeholder for EventBodyQtOwned.properties
AT-SPI2 never reads or writes to properties.
QtProperties has the appropriate implementations for Serialize and Deserialize
to make it serialize as an a valid tuple and valid bytes deserialize as placeholder.
Trait Implementations§
Source§impl Clone for QtProperties
impl Clone for QtProperties
Source§fn clone(&self) -> QtProperties
fn clone(&self) -> QtProperties
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 QtProperties
impl Debug for QtProperties
Source§impl Default for QtProperties
impl Default for QtProperties
Source§fn default() -> QtProperties
fn default() -> QtProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QtProperties
impl<'de> Deserialize<'de> for QtProperties
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 QtProperties
impl PartialEq for QtProperties
Source§impl Serialize for QtProperties
impl Serialize for QtProperties
Source§impl Type for QtProperties
impl Type for QtProperties
impl Copy for QtProperties
impl StructuralPartialEq for QtProperties
Auto Trait Implementations§
impl Freeze for QtProperties
impl RefUnwindSafe for QtProperties
impl Send for QtProperties
impl Sync for QtProperties
impl Unpin for QtProperties
impl UnwindSafe for QtProperties
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'de, T> DynamicDeserialize<'de> for Twhere
T: Type + Deserialize<'de>,
impl<'de, T> DynamicDeserialize<'de> for Twhere
T: Type + Deserialize<'de>,
Source§type Deserializer = PhantomData<T>
type Deserializer = PhantomData<T>
A DeserializeSeed implementation for this type.
Source§fn deserializer_for_signature(
signature: &Signature,
) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
fn deserializer_for_signature( signature: &Signature, ) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
Get a deserializer compatible with this parsed signature.