pub struct ParentedElementProxy { /* private fields */ }Expand description
Provides access to ancestor objects and part
Implementations§
Auto Trait Implementations§
impl Freeze for ParentedElementProxy
impl !RefUnwindSafe for ParentedElementProxy
impl !Send for ParentedElementProxy
impl !Sync for ParentedElementProxy
impl Unpin for ParentedElementProxy
impl !UnwindSafe for ParentedElementProxy
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