pub struct SlotView<S> { /* private fields */ }Expand description
Content assigned to one typed control slot.
Implementations§
Trait Implementations§
impl<S: PartialEq> StructuralPartialEq for SlotView<S>
Auto Trait Implementations§
impl<S> !RefUnwindSafe for SlotView<S>
impl<S> !Send for SlotView<S>
impl<S> !Sync for SlotView<S>
impl<S> !UnwindSafe for SlotView<S>
impl<S> Freeze for SlotView<S>where
S: Freeze,
impl<S> Unpin for SlotView<S>where
S: Unpin,
impl<S> UnsafeUnpin for SlotView<S>where
S: UnsafeUnpin,
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