pub struct PartElementProxy { /* private fields */ }Expand description
Provides common members for proxy-objects that wrap a part’s root element
Implementations§
Auto Trait Implementations§
impl Freeze for PartElementProxy
impl !RefUnwindSafe for PartElementProxy
impl !Send for PartElementProxy
impl !Sync for PartElementProxy
impl Unpin for PartElementProxy
impl !UnwindSafe for PartElementProxy
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