pub struct _background(/* private fields */);Trait Implementations§
Source§impl Debug for _background
impl Debug for _background
Source§impl Default for _background
impl Default for _background
Source§impl IntoAttribute for _background
impl IntoAttribute for _background
Source§impl PartialEq for _background
impl PartialEq for _background
Source§fn eq(&self, other: &_background) -> bool
fn eq(&self, other: &_background) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _background
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