pub struct GetBackgroundColorsParamsBuilder { /* private fields */ }Implementations§
Source§impl GetBackgroundColorsParamsBuilder
impl GetBackgroundColorsParamsBuilder
pub fn build(self) -> GetBackgroundColorsParams
Auto Trait Implementations§
impl Freeze for GetBackgroundColorsParamsBuilder
impl RefUnwindSafe for GetBackgroundColorsParamsBuilder
impl Send for GetBackgroundColorsParamsBuilder
impl Sync for GetBackgroundColorsParamsBuilder
impl Unpin for GetBackgroundColorsParamsBuilder
impl UnsafeUnpin for GetBackgroundColorsParamsBuilder
impl UnwindSafe for GetBackgroundColorsParamsBuilder
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