pub struct GetBackgroundColorsParamsBuilder { /* private fields */ }
Implementations
sourceimpl GetBackgroundColorsParamsBuilder
impl GetBackgroundColorsParamsBuilder
pub fn node_id(
self,
node_id: impl Into<NodeId>
) -> GetBackgroundColorsParamsBuilder
pub fn build(self) -> Result<GetBackgroundColorsParams, String>
Trait Implementations
sourceimpl Clone for GetBackgroundColorsParamsBuilder
impl Clone for GetBackgroundColorsParamsBuilder
sourcefn clone(&self) -> GetBackgroundColorsParamsBuilder
fn clone(&self) -> GetBackgroundColorsParamsBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for GetBackgroundColorsParamsBuilder
impl Default for GetBackgroundColorsParamsBuilder
sourcefn default() -> GetBackgroundColorsParamsBuilder
fn default() -> GetBackgroundColorsParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetBackgroundColorsParamsBuilder
impl Send for GetBackgroundColorsParamsBuilder
impl Sync for GetBackgroundColorsParamsBuilder
impl Unpin for GetBackgroundColorsParamsBuilder
impl UnwindSafe for GetBackgroundColorsParamsBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more