pub struct LoadCompleteEventParams {
pub root: AxNode,
}Fields§
§root: AxNodeTrait Implementations§
Source§impl Clone for LoadCompleteEventParams
impl Clone for LoadCompleteEventParams
Source§fn clone(&self) -> LoadCompleteEventParams
fn clone(&self) -> LoadCompleteEventParams
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 LoadCompleteEventParams
impl Debug for LoadCompleteEventParams
Source§impl<'de> Deserialize<'de> for LoadCompleteEventParams
impl<'de> Deserialize<'de> for LoadCompleteEventParams
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 LoadCompleteEventParams
impl PartialEq for LoadCompleteEventParams
Source§impl Serialize for LoadCompleteEventParams
impl Serialize for LoadCompleteEventParams
impl StructuralPartialEq for LoadCompleteEventParams
Auto Trait Implementations§
impl Freeze for LoadCompleteEventParams
impl RefUnwindSafe for LoadCompleteEventParams
impl Send for LoadCompleteEventParams
impl Sync for LoadCompleteEventParams
impl Unpin for LoadCompleteEventParams
impl UnwindSafe for LoadCompleteEventParams
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