pub struct Elements<'a, Element: Clone + 'static> {
pub reference: ElementOrVirtual<'a, Element>,
pub floating: &'a Element,
}
Fields§
§reference: ElementOrVirtual<'a, Element>
§floating: &'a Element
Implementations§
Source§impl<'a, Element: Clone> Elements<'a, Element>
impl<'a, Element: Clone> Elements<'a, Element>
pub fn get_element_context( &self, element_context: ElementContext, ) -> ElementOrVirtual<'a, Element>
Trait Implementations§
Auto Trait Implementations§
impl<'a, Element> Freeze for Elements<'a, Element>
impl<'a, Element> !RefUnwindSafe for Elements<'a, Element>
impl<'a, Element> !Send for Elements<'a, Element>
impl<'a, Element> !Sync for Elements<'a, Element>
impl<'a, Element> Unpin for Elements<'a, Element>
impl<'a, Element> !UnwindSafe for Elements<'a, Element>
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