pub struct ResolvedBackground { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ResolvedBackground
impl Clone for ResolvedBackground
impl Copy for ResolvedBackground
Source§impl Debug for ResolvedBackground
impl Debug for ResolvedBackground
Source§impl PartialEq for ResolvedBackground
impl PartialEq for ResolvedBackground
impl StructuralPartialEq for ResolvedBackground
Auto Trait Implementations§
impl Freeze for ResolvedBackground
impl RefUnwindSafe for ResolvedBackground
impl Send for ResolvedBackground
impl Sync for ResolvedBackground
impl Unpin for ResolvedBackground
impl UnsafeUnpin for ResolvedBackground
impl UnwindSafe for ResolvedBackground
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