pub struct DisplayElement<'a, 'b, Ty: Var, S: Store<Var = Ty>>(pub &'b ElementRef<'a, Ty>, pub &'b S);Tuple Fields§
§0: &'b ElementRef<'a, Ty>§1: &'b STrait Implementations§
Auto Trait Implementations§
impl<'a, 'b, Ty, S> Freeze for DisplayElement<'a, 'b, Ty, S>
impl<'a, 'b, Ty, S> RefUnwindSafe for DisplayElement<'a, 'b, Ty, S>where
S: RefUnwindSafe,
Ty: RefUnwindSafe,
impl<'a, 'b, Ty, S> Send for DisplayElement<'a, 'b, Ty, S>
impl<'a, 'b, Ty, S> Sync for DisplayElement<'a, 'b, Ty, S>
impl<'a, 'b, Ty, S> Unpin for DisplayElement<'a, 'b, Ty, S>
impl<'a, 'b, Ty, S> UnwindSafe for DisplayElement<'a, 'b, Ty, S>where
S: RefUnwindSafe,
Ty: RefUnwindSafe,
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