pub struct foreground(/* private fields */);Expand description
Marker type for the foreground field
Auto Trait Implementations§
impl Freeze for foreground
impl RefUnwindSafe for foreground
impl Send for foreground
impl Sync for foreground
impl Unpin for foreground
impl UnsafeUnpin for foreground
impl UnwindSafe for foreground
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