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