pub struct ResolvedBackground { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ResolvedBackground
impl Clone for ResolvedBackground
Source§fn clone(&self) -> ResolvedBackground
fn clone(&self) -> ResolvedBackground
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResolvedBackground
impl Debug for ResolvedBackground
Source§impl PartialEq for ResolvedBackground
impl PartialEq for ResolvedBackground
impl Copy 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 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